Theia API Documentation v1.65.0
    Preparing search index...
    Index

    Constructors

    Properties

    commandHandlers: Map<string, undefined | ((...args: any[]) => any)> = ...
    commands: CommandRegistry
    contextKeyService: ContextKeyService
    contributedProfileStore: TerminalProfileStore
    debugSchema: DebugSchemaUpdater
    debugService: PluginDebugService
    iconService: PluginIconService
    iconThemeService: PluginIconThemeService
    languageService: LanguageService
    monacoThemingService: MonacoThemingService
    notebookRendererRegistry: NotebookRendererRegistry
    notebookTypeRegistry: NotebookTypeRegistry
    onDidRegisterCommandHandler: Event<string> = ...
    onDidRegisterCommandHandlerEmitter: Emitter<string> = ...
    pluginTerminalRegistry: PluginTerminalRegistry
    problemMatcherRegistry: ProblemMatcherRegistry
    problemPatternRegistry: ProblemPatternRegistry
    snippetSuggestProvider: MonacoSnippetSuggestProvider
    taskDefinitionRegistry: TaskDefinitionRegistry
    terminalService: TerminalService

    Methods