Skip to content

Conversation

@CGNonofr
Copy link
Contributor

@CGNonofr CGNonofr commented Nov 20, 2025

Allows to apply some policies, like limiting the installable extensions:

  ...getPolicyServiceOverride(
    new Map(
      Object.entries({
        AllowedExtensions: JSON.stringify({
          github: true,
          microsoft: true,
          codingame: true
        })
      })
    )
  )

see https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions

Copy link
Collaborator

@kaisalmen kaisalmen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Later this time, was AFK yesterday evening...

@CGNonofr CGNonofr merged commit a1d1e25 into main Nov 21, 2025
2 checks passed
@CGNonofr CGNonofr deleted the lmn/add-policy-service-override branch November 21, 2025 09:07
@github-actions
Copy link

🎉 This PR is included in version 23.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants