Skip to content

Commit

Permalink
clarify effect of command enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 11, 2020
1 parent b3c2cc3 commit f1c6ce7
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 f1c6ce7

Please sign in to comment.