-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Group Policies (GPO) support #33185
Comments
We don't have group policy support AFAIK. You might find these useful though: |
Our support is limited to workspace configurations. Please leverage that in order to achieve a shared configuration. |
Can you reopen this case, please? I do not see a solution here yet. If you can share GPO per user that may work either. Than I make it global. But there are always settings like disable automatic update that need to be global. I'd like to install the software with an MSI via AD. That means I need full control over auto update. Name it global or per user, but I need to force it globally. |
https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions
How should this work? All workspaces should start with the same settings. We have hundreds of projects what means hundreds of .vscode folders. No idea how this could work without GPO. Aside of this I cannot install any user addon via GPO. Telling a developer to install something ends with beeing ignored. |
Merging into #147756 |
I need to pre-configure and force-configure settings in VSCode for a larger team. We need to make sure all of them are using the same settings or we end with a mess of tabs/spaces (2/4/8) just as one example.
Some other things that come in mind are:
If this is already possible and I just missed the documentation let me know, please.
The text was updated successfully, but these errors were encountered: