Skip to content

Description of policy is incorrect #243131

@joshspicer

Description

@joshspicer

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

  • VS Code Version: 1.98.1
  • OS Version: Windows/macOS

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

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions