-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Investigate global policy support #147756
Comments
Related: #27972 |
I look forward to JSON-based policies, which would allow policy deployment in Linux. |
I tried to search for settings that allow the usage as policys and I could only find UpdateMode. Is there a reason that this is the only policy or just that it would be too much work to add the other policys? |
Hey, so Issue #27972 was duplicated to this, but that issue also covered being able to set defaults, which is the feature I actually need. I am one of the technical leads for Developer Productivity & Happiness at LinkedIn, and I'm working on testing and related activities. We would like to be able to set certain settings by default around test runners based on our environment, but allow developers to override those settings if they are not appropriate for what they are currently doing. The description of this issue sounds like it will only support mandatory values, not defaults, is that correct? If so, is there any plan to be able to set organization-wide defaults through any mechanism? |
+1 for setting deployment defaults. Would be a very nice Feature. |
Enabling global policy support will help system admins to configure VS Code on their networks.
One idea is to allow VS Code settings to opt-in to become policies. If set, a setting's policy value will overwrite any setting source value, whether that's user, workspace, memory or remote.
In progress:
Future:
References:
cc @sana-ajani @sandy081
The text was updated successfully, but these errors were encountered: