We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b8ea commit 9a0c5d3Copy full SHA for 9a0c5d3
docs/getstarted/keybindings.md
@@ -231,6 +231,10 @@ editorHasMultipleSelections | Multiple regions of text are selected (multiple cu
231
editorReadOnly | The editor is read only.
232
editorLangId | True when the editor's associated [language Id](/docs/languages/identifiers.md) matches. Example: `"editorLangId == typescript"`.
233
isInDiffEditor | The active editor is a difference editor.
234
+**Operating system contexts** |
235
+isLinux | True when the OS is Linux
236
+isMac | True when the OS is macOS
237
+isWindows | True when the OS is Windows
238
**Mode contexts** |
239
inDebugMode | A debug session is running.
240
inSnippetMode | The editor is in snippet mode.
0 commit comments