Class MenusContributionPointHandler

Constructors

Properties

codeEditorWidgetUtil: CodeEditorWidgetUtil
commandAdapter: PluginMenuCommandAdapter
commandAdapterRegistry: MenuCommandAdapterRegistry
commands: CommandRegistry
contextKeyService: ContextKeyService
initialized: boolean = false
menuRegistry: MenuModelRegistry
onDidChangeTitleContributionEmitter: Emitter<void> = ...
quickCommandService: QuickCommandService
tabBarToolbar: TabBarToolbarRegistry
titleContributionContextKeys: ReferenceCountingSet<unknown> = ...

Methods

  • Parameters

    • contributionPoint: "comments/comment/context" | "comments/comment/title" | "comments/commentThread/context" | "debug/callstack/context" | "debug/variables/context" | "debug/toolBar" | "editor/context" | "editor/title" | "editor/title/context" | "editor/title/run" | "editor/lineNumber/context" | "explorer/context" | "scm/change/title" | "scm/resourceFolder/context" | "scm/resourceGroup/context" | "scm/resourceState/context" | "scm/title" | "timeline/item/context" | "testing/item/context" | "testing/message/context" | "testing/profiles/context" | "view/item/context" | "view/title" | "webview/context" | "extension/context" | "terminal/context" | "terminal/title/context"

    Returns undefined | MenuPath[]