Skip to content

Commit

Permalink
Merge pull request #110423 from dsanders11/patch-1
Browse files Browse the repository at this point in the history
clarify effect of command enablement
  • Loading branch information
jrieken authored Nov 12, 2020
2 parents 1cfb74c + f1c6ce7 commit a9c0496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/common/menusExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a9c0496

Please sign in to comment.