We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the VSCode marketplace does not seem to be sufficiently regulated from a security point of view:
It would be great with ADMX policies for specifying extension policies, like:
ATM, update mode seems to be the only thing one can control with VSCode.
<?xml version="1.0" encoding="utf-8"?> <policyDefinitions revision="1.1" schemaVersion="1.0"> <policyNamespaces> <target prefix="VSCode" namespace="Microsoft.Policies.VSCode" /> </policyNamespaces> <resources minRequiredRevision="1.0" /> <supportedOn> <definitions> <definition name="Supported_1_67" displayName="$(string.Supported_1_67)" /> </definitions> </supportedOn> <categories> <category displayName="$(string.Application)" name="Application" /> <category displayName="$(string.Category_updateConfigurationTitle)" name="updateConfigurationTitle"><parentCategory ref="Application" /></category> </categories> <policies> <policy name="UpdateMode" class="Both" displayName="$(string.UpdateMode)" explainText="$(string.UpdateMode_updateMode)" key="Software\Policies\Microsoft\VSCode" presentation="$(presentation.UpdateMode)"> <parentCategory ref="updateConfigurationTitle" /> <supportedOn ref="Supported_1_67" /> <elements> <enum id="UpdateMode" valueName="UpdateMode"> <item displayName="$(string.UpdateMode_none)"><value><string>none</string></value></item> <item displayName="$(string.UpdateMode_manual)"><value><string>manual</string></value></item> <item displayName="$(string.UpdateMode_start)"><value><string>start</string></value></item> <item displayName="$(string.UpdateMode_default)"><value><string>default</string></value></item> </enum> </elements> </policy> </policies> </policyDefinitions>
The text was updated successfully, but these errors were encountered:
See #84756
Sorry, something went wrong.
Duplicate issue, thanks for pointing that out @gjsjohnmurray.
No branches or pull requests
As the VSCode marketplace does not seem to be sufficiently regulated from a security point of view:
It would be great with ADMX policies for specifying extension policies, like:
ATM, update mode seems to be the only thing one can control with VSCode.
VSCode.admx from VSCode v1.74.2
The text was updated successfully, but these errors were encountered: