Skip to content

Commit

Permalink
Add OS when contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 4, 2018
1 parent 787b8ea commit 9a0c5d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getstarted/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ editorHasMultipleSelections | Multiple regions of text are selected (multiple cu
editorReadOnly | The editor is read only.
editorLangId | True when the editor's associated [language Id](/docs/languages/identifiers.md) matches. Example: `"editorLangId == typescript"`.
isInDiffEditor | The active editor is a difference editor.
**Operating system contexts** |
isLinux | True when the OS is Linux
isMac | True when the OS is macOS
isWindows | True when the OS is Windows
**Mode contexts** |
inDebugMode | A debug session is running.
inSnippetMode | The editor is in snippet mode.
Expand Down

0 comments on commit 9a0c5d3

Please sign in to comment.