mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
* fix #290501
* Revert "fix #290501"
This reverts commit 3f0ce7842e.
This commit is contained in:
committed by
GitHub
parent
b41f50f104
commit
3fb76cabd4
@@ -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",
|
||||
|
||||
@@ -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"),
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user