Variables
Const EDITOR_CONTEXT_MENU_SCM
EDITOR_CONTEXT_MENU_SCM: string[] = ...
Const SCM_HISTORY_ID
SCM_HISTORY_ID: "scm-history" = 'scm-history'
Const SCM_HISTORY_KEY
SCM_HISTORY_KEY: "theia/scm/history" = 'theia/scm/history'
Const SCM_HISTORY_LABEL
SCM_HISTORY_LABEL: "History" = 'History'
Const SCM_HISTORY_MAX_COUNT
SCM_HISTORY_MAX_COUNT: 100 = 100
Const SCM_HISTORY_TOGGLE_KEYBINDING
SCM_HISTORY_TOGGLE_KEYBINDING: "alt+h" = 'alt+h'