Protected ReadonlybreakpointProtected ReadonlyconfigurationsProtected ReadonlyconsoleProtected ReadonlydebugProtected ReadonlyeditorProtected ReadonlyeditorsProtectedfirstProtected ReadonlylabelProtected ReadonlymanagerProtected ReadonlymessageProtected ReadonlyoptionsProtected ReadonlypreferenceProtected ReadonlyquickProtected ReadonlyschemaProtected ReadonlyshellOptional ReadonlytoggleProtected ReadonlywatchProtected ReadonlywidgetProtecteddebuggingProtectedasProtectedgetCalled after the application shell has been attached in case there is no previous workbench layout state. Should return a promise if it runs asynchronously.
ProtectedisCalled 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.
ProtectedopenOptionaloptions: { reveal?: boolean }Optionalargs: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
Registers toolbar items.
the tabbar toolbar registry.
ProtectedrevealOptionalcolumn: numberOptionalnoDebug: booleanOptionaldebugSessionOptions: DebugSessionOptionsProtectedupdateProtectedverify
Representation of a tabbar toolbar contribution.