Protected
Readonly
breakpointProtected
Readonly
configurationsProtected
Readonly
consoleProtected
Readonly
debugProtected
Readonly
editorProtected
Readonly
editorsProtected
firstProtected
Readonly
labelProtected
Readonly
managerProtected
Readonly
messageProtected
Readonly
optionsProtected
Readonly
preferenceProtected
Readonly
quickProtected
Readonly
schemaProtected
Readonly
shellOptional
Readonly
toggleProtected
Readonly
watchProtected
Readonly
widgetProtected
debuggingProtected
asProtected
getCalled after the application shell has been attached in case there is no previous workbench layout state. Should return a promise if it runs asynchronously.
Protected
isCalled 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.
Called on beforeunload
event, right before the window closes.
Return true
or an OnWillStopAction in order to prevent exit.
Note: No async code allowed, this function has to run on one tick.
Protected
openOptional
options: { reveal?: boolean }Optional
args: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
Registers toolbar items.
the tabbar toolbar registry.
Protected
revealOptional
column: numberOptional
noDebug: booleanOptional
debugSessionOptions: DebugSessionOptionsProtected
updateProtected
verify
Representation of a tabbar toolbar contribution.