Replies: 1 comment 3 replies
-
VS Code Web does not store user settings on the disk, but in browser indexed DB per a origin. You will need to open it via User Settings and change there. After that they will be the same for any workspace which you open from such origin. If you change origin then settings won't be there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
I am installing
openvscode-server
on an Ubuntu server and am trying to set some of the default User settings, so that all session have these set by default.In particular I'd like to set these four:
NOTE: These are not
remote
orworkspace
settings, but specificallyuser
settings.I can easily set them in a running session, but can not figure out a way to make these the default behavior for all sessions.
Steps to reproduce
~/.openvscode-server/user-data/User/settings.json
) with the following contents.Start openvscode-server.
Open up and IDE session and check to see if these settings are set as defined in the settings file.
Workspace affected
No response
Expected behavior
It should be possible to feed in a default set of Application User settings that will be used for all session, and can then be modified by the user for their active session.
Example repository
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions