- default extension access list (#204633)

- justify message to get access
This commit is contained in:
Sandeep Somavarapu
2024-02-07 08:11:57 -08:00
committed by GitHub
parent 9b129a0cf3
commit d9337a1721
19 changed files with 36 additions and 25 deletions

View File

@@ -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),