Replies: 1 comment
-
Good question, I am not sure if the web version of Code supports policy settings. The only information I seem to be able to find talks about Windows group policy? https://code.visualstudio.com/docs/setup/enterprise We are not currently building code-server for Windows so it might be a moot point, although the linked issue has some todos that could support it on other platforms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Does code-server supports Policy settings, as described in https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence
We're trying to define a set of fixed settings for a shared installation of code-server, that users couldn't override in their
User/settings.json
configuration file, and it looks like Policy settings would be the way to go. But we can't really figure out how to use them withcode-server
. Does anyone have any pointers?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions