Skip to content

Commit

Permalink
slighly better jsdoc for editor context keys
Browse files Browse the repository at this point in the history
fixes #94168
  • Loading branch information
isidorn committed Apr 9, 2020
1 parent d04356f commit e206fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/editor/common/editorContextKeys.ts
Expand Up @@ -10,6 +10,7 @@ export namespace EditorContextKeys {
export const editorSimpleInput = new RawContextKey<boolean>('editorSimpleInput', false);
/**
* A context key that is set when the editor's text has focus (cursor is blinking).
* Is false when focus is in simple editor widgets (repl input, scm commit input).
*/
export const editorTextFocus = new RawContextKey<boolean>('editorTextFocus', false);
/**
Expand Down

0 comments on commit e206fb5

Please sign in to comment.