Properties
Protected Readonly colors
colors: ColorRegistry
Protected Readonly commandHandlers
commandHandlers: Map<string, undefined | ((...args: any[]) => any)> = ...
Protected Readonly commands
commands: CommandRegistry
Protected Readonly contextKeyService
contextKeyService: ContextKeyService
Protected Readonly contributedProfileStore
contributedProfileStore: TerminalProfileStore
Protected Readonly contributionProvider
contributionProvider: ContributionProvider<LabelProviderContribution>
Private Readonly customEditorRegistry
Protected Readonly debugSchema
debugSchema: DebugSchemaUpdater
Protected Readonly debugService
Private Readonly grammarsRegistry
grammarsRegistry: TextmateRegistry
Protected Readonly iconThemeService
Private injections
injections: Map<string, string[]> = ...
Private Readonly keybindingsContributionHandler
Private Readonly menusContributionHandler
Private Readonly monacoTextmateService
monacoTextmateService: MonacoTextmateService
Protected Readonly monacoThemingService
monacoThemingService: MonacoThemingService
Readonly onDidRegisterCommandHandler
onDidRegisterCommandHandler: Event<string> = ...
Protected Readonly onDidRegisterCommandHandlerEmitter
onDidRegisterCommandHandlerEmitter: Emitter<string> = ...
Protected Readonly pluginTerminalRegistry
Private Readonly preferenceOverrideService
preferenceOverrideService: PreferenceLanguageOverrideService
Private Readonly preferenceSchemaProvider
preferenceSchemaProvider: PreferenceSchemaProvider
Protected Readonly problemMatcherRegistry
problemMatcherRegistry: ProblemMatcherRegistry
Protected Readonly problemPatternRegistry
problemPatternRegistry: ProblemPatternRegistry
Protected Readonly snippetSuggestProvider
snippetSuggestProvider: MonacoSnippetSuggestProvider
Protected Readonly taskDefinitionRegistry
taskDefinitionRegistry: TaskDefinitionRegistry
Protected Readonly terminalService
terminalService: TerminalService
Private Readonly viewRegistry
Always synchronous in order to simplify handling disconnections.
never, loading of each contribution should handle errors in order to avoid preventing loading of other contributions or extensions