Support Linux policy #7574
-
|
VSCode 1.106 just introduced a Linux policy. I wonder if we will support it soon |
Beta Was this translation helpful? Give feedback.
Answered by
code-asher
Nov 21, 2025
Replies: 1 comment 4 replies
-
|
That is awesome news! Hopefully they have not made it only work for the electron version, if it works for the web version then it should work for code-server as well but we will have to test. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did some brief searching and it looks like this file is not read in the web version. Workspace service is created with a null policy service: https://github.com/microsoft/vscode/blob/ac4cbdf48759c7d8c3eb91ffe6bb04316e263c57/src/vs/workbench/browser/web.main.ts#L570