clarify effect of command enablement

This commit is contained in:
David Sanders
2020-11-11 11:21:27 -08:00
committed by GitHub
parent b3c2cc3a7f
commit f1c6ce7c9e

View File

@@ -461,7 +461,7 @@ namespace schema {
type: 'string'
},
enablement: {
description: localize('vscode.extension.contributes.commandType.precondition', '(Optional) Condition which must be true to enable the command'),
description: localize('vscode.extension.contributes.commandType.precondition', '(Optional) Condition which must be true to enable the command in the UI. Does not affect executing the command by other means'),
type: 'string'
},
icon: {