Constructors

Properties

colors: ColorRegistry
commandHandlers: Map<string, undefined | ((...args) => any)> = ...
commands: CommandRegistry
contextKeyService: ContextKeyService
contributedProfileStore: TerminalProfileStore
contributionProvider: ContributionProvider<LabelProviderContribution>
customEditorRegistry: PluginCustomEditorRegistry
debugSchema: DebugSchemaUpdater
debugService: PluginDebugService
grammarsRegistry: TextmateRegistry
iconService: PluginIconService
iconThemeService: PluginIconThemeService
injections: Map<string, string[]> = ...
keybindingsContributionHandler: KeybindingsContributionPointHandler
languageService: LanguageService
menusContributionHandler: MenusContributionPointHandler
monacoTextmateService: MonacoTextmateService
monacoThemingService: MonacoThemingService
notebookRendererRegistry: NotebookRendererRegistry
notebookTypeRegistry: NotebookTypeRegistry
onDidRegisterCommandHandler: Event<string> = ...
onDidRegisterCommandHandlerEmitter: Emitter<string> = ...
pluginTerminalRegistry: PluginTerminalRegistry
preferenceOverrideService: PreferenceLanguageOverrideService
preferenceSchemaProvider: PreferenceSchemaProvider
problemMatcherRegistry: ProblemMatcherRegistry
problemPatternRegistry: ProblemPatternRegistry
snippetSuggestProvider: MonacoSnippetSuggestProvider
taskDefinitionRegistry: TaskDefinitionRegistry
terminalService: TerminalService
viewRegistry: PluginViewRegistry

Methods