File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
editor/standalone/browser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export interface IActionDescriptor {
55
55
*/
56
56
label : string ;
57
57
/**
58
- * Precondition rule.
58
+ * Precondition rule. The value should be a [context key expression](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts).
59
59
*/
60
60
precondition ?: string ;
61
61
/**
Original file line number Diff line number Diff line change @@ -1251,7 +1251,7 @@ declare namespace monaco.editor {
1251
1251
*/
1252
1252
label : string ;
1253
1253
/**
1254
- * Precondition rule.
1254
+ * Precondition rule. The value should be a [context key expression](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts).
1255
1255
*/
1256
1256
precondition ?: string ;
1257
1257
/**
You can’t perform that action at this time.
0 commit comments