Implements

  • FrontendApplicationContribution

Constructors

Properties

commands: CommandRegistry
containerViews: Map<string, string[]> = ...
contextKeyService: ContextKeyService
debug: DebugFrontendApplicationContribution
explorer: FileNavigatorContribution
menus: MenuModelRegistry
nextViewContainerId: number = 0
onDidExpandView: Event<string> = ...
onDidExpandViewEmitter: Emitter<string> = ...
onNewResolverRegistered: Event<{
    viewType: string;
}> = ...

Type declaration

  • Readonly viewType: string
onNewResolverRegisteredEmitter: Emitter<{
    viewType: string;
}> = ...

Type declaration

  • Readonly viewType: string
quickView: QuickViewService
scm: ScmContribution
shell: ApplicationShell
viewClauseContexts: Map<string, undefined | Set<string>> = ...
viewContainers: Map<string, ViewContainerInfo> = ...
viewContextKeys: ViewContextKeyService
viewDataProviders: Map<string, ViewDataProvider> = ...
viewDataState: Map<string, object> = ...
views: Map<string, [string, View]> = ...
viewsWelcome: Map<string, ViewWelcome[]> = ...
webviewViewResolvers: Map<string, WebviewViewResolver> = ...
webviewViewRevivals: Map<string, {
    revival: Deferred<void>;
    webview: WebviewView;
}> = ...

Type declaration

  • Readonly revival: Deferred<void>
  • Readonly webview: WebviewView
widgetManager: WidgetManager
BUILTIN_VIEW_CONTAINERS: Set<string> = ...
ID_MAPPINGS: Map<string, string> = ...

Methods