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

Document configuration scopes #5871

Open
sandy081 opened this issue Dec 14, 2022 · 0 comments
Open

Document configuration scopes #5871

sandy081 opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
doc-enhancement suggested addition or improvement extensibility extension author content under /api
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Dec 14, 2022

From @Colengms

Scope VS Code description Overridable in workspace (or workspace folder in a single root scenario) Overridable in workspace folder (in a multiroot scenario which has one or more folders) Remote will inherit local user settings Overridable remotely Overridable at language level
application Settings that apply to all instances of VS Code and can only be configured in user settings. no no yes no no
window Windows (instance) specific settings which can be configured in user, workspace, or remote settings. yes no yes yes no
resource Resource settings, which apply to files and folders, and can be configured in all settings levels, even folder settings. yes yes yes yes no
machine Machine specific settings that can be set only in user settings or only in remote settings. For example, an installation path which shouldn't be shared across machines. no no no yes (implicitly, as it's not inherited) no
machine-overridable Machine specific settings that can be overridden by workspace or folder settings. yes yes no yes (implicitly, as it's not inherited) no
language-overridable Resource settings that can be overridable at a language level. yes yes yes yes Yes
@sandy081 sandy081 added this to the January 2023 milestone Dec 14, 2022
@sandy081 sandy081 self-assigned this Dec 14, 2022
@gregvanl gregvanl added doc-enhancement suggested addition or improvement extensibility extension author content under /api labels Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement suggested addition or improvement extensibility extension author content under /api
Projects
None yet
Development

No branches or pull requests

2 participants