Protected
Readonly
commandProtected
Readonly
editorProtected
Readonly
fileProtected
Readonly
optionsProtected
Readonly
preferenceProtected
Readonly
previewProtected
Readonly
quickProtected
Readonly
shellProtected
Readonly
stateOptional
Readonly
toggleProtected
Readonly
widgetProtected
Readonly
workspaceAllows to do additional intialisation of the preference schema, for example registering overrides
the preference schema service
Called when the application is started. The application shell is not attached yet when this method runs. Should return a promise if it runs asynchronously.
Protected
openOptional
args: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
A PreferenceContribution allows adding additional custom preferences. For this, the PreferenceContribution has to provide a valid
PrefernceSchema
specifying which preferences are available including their types and description.Example usage