Properties
Protected Readonly activationEvents
activationEvents: Set<string> = ...
Protected Readonly appState
appState: FrontendApplicationStateService
Protected Readonly clientId
clientId: string = ...
Protected Readonly commands
commands: CommandRegistry
Protected container
container: Container
Protected Readonly contributionHandler
Protected Readonly contributions
Protected Readonly customEditorRegistry
Protected Readonly debugConfigurationManager
debugConfigurationManager: DebugConfigurationManager
Protected Readonly debugSessionManager
debugSessionManager: DebugSessionManager
Protected Readonly deferredDidStart
deferredDidStart: Deferred<void> = ...
Protected Readonly deferredWillStart
deferredWillStart: Deferred<void> = ...
Protected Readonly envServer
envServer: EnvVariablesServer
Protected Readonly fileSearchService
fileSearchService: FileSearchService
Protected Readonly fileService
fileService: FileService
Protected Readonly jsonSchemaStore
jsonSchemaStore: JsonSchemaStore
load
load: DebouncedFuncLeading<(() => Promise<void>)> = ...
Protected loadQueue
loadQueue: Promise<void> = ...
Protected Readonly logger
logger: ILogger
Protected Readonly mainPluginApiProviders
Protected Readonly managers
Readonly onDidChangePlugins
onDidChangePlugins: Event<void> = ...
Protected Readonly onDidChangePluginsEmitter
onDidChangePluginsEmitter: Emitter<void> = ...
Protected Readonly pluginPathsService
Protected Readonly pluginServer
Protected Readonly preferenceProviderProvider
preferenceProviderProvider: PreferenceProviderProvider
Protected Readonly preferenceServiceImpl
preferenceServiceImpl: PreferenceServiceImpl
Protected Readonly progressService
progressService: ProgressService
Protected Readonly server
Protected Readonly stopwatch
stopwatch: Stopwatch
Protected Readonly taskDefinitionRegistry
taskDefinitionRegistry: TaskDefinitionRegistry
Protected Readonly taskProviderRegistry
taskProviderRegistry: TaskProviderRegistry
Protected Readonly taskResolverRegistry
taskResolverRegistry: TaskResolverRegistry
Protected Readonly terminalService
terminalService: TerminalService
Protected theiaReadyPromise
theiaReadyPromise: Promise<any>
Protected Readonly viewRegistry
Protected Readonly watcher
Protected Readonly webviewEnvironment
Protected Readonly webviewRevivers
webview
Revivers
: Map<string, ((webview
: WebviewWidget) => Promise<void>)> = ...Protected Readonly webviewsToRestore
Protected Readonly widgets
widgets: WidgetManager
Protected Readonly workspaceService
workspaceService: WorkspaceService
Resolves when the initial plugins are started.