Protected
Readonly
appProtected
Readonly
contributionProtected
Readonly
editorProtected
Readonly
loggerProtected
Readonly
quickProtected
Readonly
schemaProtected
Readonly
statusProtected
Readonly
storageProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
taskProtected
Readonly
widgetProtected
Readonly
workspaceProtected
initCalled when the application is started. The application shell is not attached yet when this method runs. Should return a promise if it runs asynchronously.
Called when an application is stopped or unloaded.
Note that this is implemented using window.beforeunload
which doesn't allow any asynchronous code anymore.
I.e. this is the last tick.
Registers keybindings.
the keybinding registry.
Protected
updateContribute a status-bar item to trigger
the Show Running Tasks
command.
The command contribution should be implemented to register custom commands and handler.