mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
- default extension access list (#204633)
- justify message to get access
This commit is contained in:
committed by
GitHub
parent
9b129a0cf3
commit
d9337a1721
@@ -127,7 +127,7 @@ class JSONValidationDataRenderer extends Disposable implements IExtensionFeature
|
||||
Registry.as<IExtensionFeaturesRegistry>(Extensions.ExtensionFeaturesRegistry).registerExtensionFeature({
|
||||
id: 'jsonValidation',
|
||||
label: nls.localize('jsonValidation', "JSON Validation"),
|
||||
enablement: {
|
||||
access: {
|
||||
canToggle: false
|
||||
},
|
||||
renderer: new SyncDescriptor(JSONValidationDataRenderer),
|
||||
|
||||
Reference in New Issue
Block a user