* fix #290501

* Revert "fix #290501"

This reverts commit 3f0ce7842e.
This commit is contained in:
Sandeep Somavarapu
2026-01-30 15:31:13 +01:00
committed by GitHub
parent b41f50f104
commit 3fb76cabd4
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
"localization": {
"description": {
"key": "extensions.allowed.policy",
"value": "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. More information: https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions"
"value": "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. More information: https://aka.ms/vscode/enterprise/extensions/allowed"
}
},
"type": "object",

View File

@@ -723,7 +723,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
[AllowedExtensionsConfigKey]: {
// Note: Type is set only to object because to support policies generation during build time, where single type is expected.
type: 'object',
markdownDescription: localize('extensions.allowed', "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](https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions) section."),
markdownDescription: localize('extensions.allowed', "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](https://aka.ms/vscode/enterprise/extensions/allowed) section."),
default: '*',
defaultSnippets: [{
body: {},
@@ -742,7 +742,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
localization: {
description: {
key: 'extensions.allowed.policy',
value: localize('extensions.allowed.policy', "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. More information: https://code.visualstudio.com/docs/setup/enterprise#_configure-allowed-extensions"),
value: localize('extensions.allowed.policy', "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. More information: https://aka.ms/vscode/enterprise/extensions/allowed"),
}
}
},