Protected ReadonlycommandProtected ReadonlyeditorProtected ReadonlyfileProtected ReadonlyoptionsProtected ReadonlypreferenceProtected ReadonlypreviewProtected ReadonlyquickProtected ReadonlyshellProtected ReadonlystateOptional ReadonlytoggleProtected ReadonlywidgetProtected ReadonlyworkspaceAllows 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.
ProtectedopenOptionalargs: Partial<OpenViewArguments>Registers keybindings.
the keybinding registry.
A PreferenceContribution allows adding additional custom preferences. For this, the PreferenceContribution has to provide a valid
PrefernceSchemaspecifying which preferences are available including their types and description.Example usage