ProtectedapplicationProtectedclientProtectedclipboardProtectedcommandProtectedfileProtectedlabelProtectedmessageProtectedmodelProtected ReadonlyoptionsProtectedpreferenceProtectedquickProtected ReadonlyquickProtected ReadonlyselectionProtected ReadonlyshellOptional ReadonlytoggleProtectedvsxProtected ReadonlywidgetProtectedcopyProtectedcopyProtectedinitCalled after the application shell has been attached in case there is no previous workbench layout state. Should return a promise if it runs asynchronously.
ProtectedinstallGiven an extension, displays a quick pick of other compatible versions and installs the selected version.
a VSX extension.
ProtectedinstallInstalls a local .vsix file after prompting the Open File dialog. Resolves to the URI of the file.
ProtectedinstallInstalls 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.
Optionalargs: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
ProtectedshowProtectedshowProtectedshowProtectedshowProtectedupdateUpdates 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.