-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support portable settings #4875
Comments
I agree. Atom let's you also install extensions from the command line with the |
#3884 is working towards moving both extensions and settings into the same folder. |
I doubt #3884 will address this issue/request. |
@sarbbottam how so? That issue is all about unifying app data and user data directories (in a way that makes sense for the platform)? |
But it's becoming platform specific and losing the portability.
The intent of the issue was to make the setting platform agnostic at least for macOS and Linux. Similar to |
@sarbbottam it must be platform specific by default, There are a few related items that improve the situation further:
As such I'm going to close this off as there's no plan to put the settings in the same spot for OSX and Linux. You'll just have to check the platform in your dotfiles. |
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 likepackage.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!!
The text was updated successfully, but these errors were encountered: