Skip to content
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

Default settings override per process #236510

Open
jkrumbiegel opened this issue Dec 18, 2024 · 0 comments
Open

Default settings override per process #236510

jkrumbiegel opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@jkrumbiegel
Copy link

We have a system where multiple different docker images run VSCode instances with different software installed. Users always get the same persistent data directory and this also contains their VSCode user settings.

Some of the software is installed in different versions on the different docker images and some VSCode extensions need to have different settings to work correctly with these. The problem is that there's no way to predefine settings without writing them into the user or workspace settings which are both persisted across sessions. So it's easy to introduce conflicts this way when the settings of one docker image don't work with those of another.

What we'd need is something like a flag --settings that would take a json file, and those settings would sit between defaults and user settings in terms of precedence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants