Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

activationEvents: Set<string> = ...
appState: FrontendApplicationStateService
applicationServer: ApplicationServer
clientId: string
commands: CommandRegistry
container: Container
contributionHandler: PluginContributionHandler
contributions: Map<`${string}.${string}`, PluginContributions> = ...
customEditorRegistry: PluginCustomEditorRegistry
debugConfigurationManager: DebugConfigurationManager
debugSessionManager: DebugSessionManager
deferredDidStart: Deferred<void> = ...
deferredWillStart: Deferred<void> = ...
envServer: EnvVariablesServer
fileSearchService: FileSearchService
fileService: FileService
jsonSchemaStore: JsonSchemaStore
load: DebouncedFuncLeading<(() => Promise<void>)> = ...

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

loadQueue: Promise<void> = ...
logger: ILogger
mainPluginApiProviders: ContributionProvider<MainPluginApiProvider>
managers: Map<string, PluginManagerExt> = ...
notebookRendererMessagingService: NotebookRendererMessagingService
notebookService: NotebookService
notebookTypeRegistry: NotebookTypeRegistry
onDidChangePlugins: Event<void> = ...
onDidChangePluginsEmitter: Emitter<void> = ...
pluginPathsService: PluginPathsService
pluginServer: PluginServer
preferenceProviderProvider: PreferenceProviderProvider
preferenceServiceImpl: PreferenceServiceImpl
progressService: ProgressService
server: RpcProxy<HostedPluginServer>
stopwatch: Stopwatch
taskDefinitionRegistry: TaskDefinitionRegistry
taskProviderRegistry: TaskProviderRegistry
taskResolverRegistry: TaskResolverRegistry
terminalService: TerminalService
theiaReadyPromise: Promise<unknown>
viewRegistry: PluginViewRegistry
webviewEnvironment: WebviewEnvironment
webviewRevivers: Map<string, ((webview) => Promise<void>)> = ...

Type declaration

    • (webview): Promise<void>
    • Parameters

      Returns Promise<void>

webviewsToRestore: Map<string, WebviewWidget> = ...
widgets: WidgetManager
workspaceService: WorkspaceService
ADDITIONAL_ACTIVATION_EVENTS_ENV: string = 'ADDITIONAL_ACTIVATION_EVENTS'
BUILTIN_ACTIVATION_EVENTS: string[] = ...

Accessors

Methods