clients_count | The number of connected VSCode instances | number |
version | The version of VSCode | string |
commands_count | The number of commands available | number |
debug | Whether a debugging session is active | boolean |
debug_name | The name of the active debugging session | string |
debug_breakpoints | The number of breakpoints | number |
environment_host | The type of environment hosting the VSCode window | string |
environment_name | The name of the VSCode window | string |
environment_language | The language of the VSCode window | string |
environment_remote | The name of the remote host | string |
environment_shell | The shell used by the VSCode window | string |
extensions_count | The number of installed extensions | number |
extensions_active_count | The number of active extensions | number |
workspace_trusted | Whether the workspace is trusted | boolean |
workspace_name | The name of the workspace | string |
workspace_folders | The list of workspace folders | string[] |
workspace_folders_count | The number of workspace folders | number |
git_branch | The name of the active git branch | string |
git_commit | The hash of the active git commit | string |
git_ahead | The number of commits ahead of the remote | number |
git_behind | The number of commits behind the remote | number |
git_remote | The name of the active git remote | string |
git_url | The URL of the active git remote | string |
git_changes | The number of changes in the working directory | number |
editor_name | The name of the active editor | string |
editor_path | The path of the active editor | string |
editor_language | The language of the active editor | string |
editor_encoding | The encoding of the active editor | string |
editor_eol | The end of line sequence of the active editor | string |
editor_indent | The indentation width of the active editor | number |
editor_tab | Whether the active editor uses tabs for indentation | boolean |
editor_dirty | Whether the active editor contains unsaved changes | boolean |
editor_column | The column of the cursor in the active editor | number |
editor_line | The line of the cursor in the active editor | number |
editor_lines | The number of lines in the active editor | number |
editor_warnings | The number of warnings in the active editor | number |
editor_errors | The number of errors in the active editor | number |
result_alert | The selected option from the last alert dialog | string |
result_input | The input from the last input dialog | string |
result_pick | The selected option from the last pick dialog | string[] |
error_debug_start | The error message from the last debug start action | string |
error_activate | The error message from the last activate extension action | string |