Skip to content
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

ADML description of policy is incorrect #243131

Open
joshspicer opened this issue Mar 11, 2025 · 1 comment
Open

ADML description of policy is incorrect #243131

joshspicer opened this issue Mar 11, 2025 · 1 comment
Assignees

Comments

@joshspicer
Copy link
Member

joshspicer commented Mar 11, 2025

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.98.1
  • OS Version: Windows

Some descriptions fetched in the policy generating script are incorrect.

Steps to Reproduce (in OSS):

  1. Run cd build && npm run watch
  2. From the root, run node build/lib/policies (or node build/lib/policies win32 if this PR is merged)
  3. Note that the files generated in .build/policies/win32/<some-locale> for AllowedExtensions have a description of "No extensions are allowed".

That string is coming from here, and what should be selected is apparently this string - the more friendly:

"Specify a list of extensions that are allowed to use. This helps maintain a secure and consistent development environment by restricting the use of unauthorized extensions. For more information on how to configure this setting, please visit the Configure Allowed Extensions section."

From the local group policy editor

Image

related to #148942

Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.98.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants