Closed
Description
In Mac following customizations are found at ~/Library/Application Support/Code/User
:
keybindings.json
settings.json
snippets
Where as installed extension
s are found at ~/.vscode
Could there be a settings
file with the installed extension, so that the extension can be installed from the list? Something like package.json
?
I am not sure where the current color theme
preference is stored.
Could all the user defined customization settings be co-located and in ~/.vscode
?
It would be very helpful, for folks, who works across multiple system (for me it's Mac and Linux) to automatically maintain the same setting across all the system, instead of manually customizing it? Something like sarbbottam/conf-files.
Thanks!!