Protected
applicationProtected
clientProtected
clipboardProtected
commandProtected
fileProtected
labelProtected
messageProtected
modelProtected
Readonly
optionsProtected
preferenceProtected
quickProtected
Readonly
quickProtected
Readonly
selectionProtected
Readonly
shellOptional
Readonly
toggleProtected
vsxProtected
Readonly
widgetProtected
copyProtected
copyProtected
initCalled 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
installGiven an extension, displays a quick pick of other compatible versions and installs the selected version.
a VSX extension.
Protected
installInstalls a local .vsix file after prompting the Open File
dialog. Resolves to the URI of the file.
Protected
installInstalls a local vs-code extension file. The implementation doesn't check if the file is a valid VSIX file, or the URI has a *.vsix extension. The caller should ensure the file is a valid VSIX file.
the URI of the file to install.
Optional
args: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
Protected
showProtected
showProtected
showProtected
showProtected
updateUpdates an extension to a specific version.
the extension to update.
the version to update to.
An abstract superclass for frontend contributions that add a view to the application shell.