You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to 'C:\Program Files\Microsoft VS Code' and compare with C:\Program Files\VSCodium
"\policies" folder is missing in VSCodium
Expected behavior
All files should be packaged.
Desktop (please complete the following information):
OS: Windows 11
Architecture: x64
Version 1.96.3
App Manager : Intune / AD Deployment
Additional context
It looks like the vscode maintainers had an insight about Enterprise needs and added https://code.visualstudio.com/docs/setup/enterprise. They added GPO support in 1.67 that allow admins to disable automatic updates. The vscodium team has created a custom MSI setup that hard disables the updates what was perfect solution at the time when this was implemented. But with the new GPO files I think this may no longer needed. At least it is not a hard requirement as the admins can now disable automatic updates via GPO - what is really nice.
They also added extension whitlisting in 1.96 what can be configured via these GPO files.
As creator of the VSCodium MSI package I suggest to add the policy files and remove the setup that hard disables the updates.
You may also like to keep an eye on microsoft/vscode#148942 as they add the same for macOS...
The text was updated successfully, but these errors were encountered:
Describe the bug
The project is missing the folder /policies that exists in vscode
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All files should be packaged.
Desktop (please complete the following information):
Additional context
It looks like the vscode maintainers had an insight about Enterprise needs and added https://code.visualstudio.com/docs/setup/enterprise. They added GPO support in 1.67 that allow admins to disable automatic updates. The vscodium team has created a custom MSI setup that hard disables the updates what was perfect solution at the time when this was implemented. But with the new GPO files I think this may no longer needed. At least it is not a hard requirement as the admins can now disable automatic updates via GPO - what is really nice.
They also added extension whitlisting in 1.96 what can be configured via these GPO files.
As creator of the VSCodium MSI package I suggest to add the policy files and remove the setup that hard disables the updates.
You may also like to keep an eye on microsoft/vscode#148942 as they add the same for macOS...
The text was updated successfully, but these errors were encountered: