We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref #46851
Complexity: 3
Create Issue
You can now contribute and override defaults of configurations using configurationDefaults contribution point.
configurationDefaults
"contributes": { "configurationDefaults": { "workbench.sideBar.location": "left" } }
Above contribution point will change the default value of workbench.sideBar.location setting to right.
workbench.sideBar.location
right
update.mode
The text was updated successfully, but these errors were encountered:
@sandy081 Can machine-overridable settings' defaults be overridden?
machine-overridable
Sorry, something went wrong.
Yes they can be overridden
kieferrm
No branches or pull requests
Ref #46851
Complexity: 3
Create Issue
You can now contribute and override defaults of configurations using
configurationDefaults
contribution point.configurationDefaults
contribution point. Eg:Above contribution point will change the default value of
workbench.sideBar.location
setting toright
.configurationDefaults
objectupdate.mode
The text was updated successfully, but these errors were encountered: