Variables
Const FastGlob
FastGlob: any = require('fast-glob')
Const GLOBAL_DEPLOY_QUEUE
GLOBAL_DEPLOY_QUEUE: PQueue<DefaultAddOptions> = deploy_helpers.createQueue()
Const KEY_AUTO_BTN_DEPLOY_ON_CHANGE
KEY_AUTO_BTN_DEPLOY_ON_CHANGE: "deploy_on_change" = "deploy_on_change"
Const KEY_AUTO_BTN_DEPLOY_ON_SAVE
KEY_AUTO_BTN_DEPLOY_ON_SAVE: "deploy_on_save" = "deploy_on_save"
Const KEY_AUTO_BTN_REMOVE_ON_CHANGE
KEY_AUTO_BTN_REMOVE_ON_CHANGE: "remove_on_change" = "remove_on_change"
Const KEY_TIMEOUT_DEPLOY_ON_CHANGE
KEY_TIMEOUT_DEPLOY_ON_CHANGE: "deploy_on_change" = "deploy_on_change"
Const KEY_TIMEOUT_REMOVE_ON_CHANGE
KEY_TIMEOUT_REMOVE_ON_CHANGE: "remove_on_change" = "remove_on_change"
Const KEY_WORKSPACE_USAGE
KEY_WORKSPACE_USAGE: "vscdrLastExecutedWorkspaceActions" = "vscdrLastExecutedWorkspaceActions"
Const MergeDeep
MergeDeep: any = require('merge-deep')
Const SWITCH_STATE_REPO_COLLECTION_KEY
SWITCH_STATE_REPO_COLLECTION_KEY: "SwitchStates" = "SwitchStates"
Let activeWorkspaceProvider
Let allWorkspacesProvider
Let nextDeployOnChangeButtonId
nextDeployOnChangeButtonId: number = Number.MIN_SAFE_INTEGER
Let nextDeployOnSaveButtonId
nextDeployOnSaveButtonId: number = Number.MIN_SAFE_INTEGER
Let nextPackageButtonId
nextPackageButtonId: number = Number.MIN_SAFE_INTEGER
Let nextRemoveOnChangeButtonId
nextRemoveOnChangeButtonId: number = Number.MIN_SAFE_INTEGER
Let nextSwitchButtonId
nextSwitchButtonId: number = Number.MIN_SAFE_INTEGER
Let nextTcpProxyButtonId
nextTcpProxyButtonId: number = Number.MIN_SAFE_INTEGER
A switch option value.