MCPcopy
hub / github.com/microsoft/vscode / Commands

Interface Commands

test/automation/src/workbench.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { AgentsWindow } from './agentsWindow';
27
28export interface Commands {
29 runCommand(command: string, options?: { exactLabelMatch?: boolean }): Promise<any>;
30}
31
32export class Workbench {
33

Callers 8

runCommandMethod · 0.65
runCommandWithValueMethod · 0.65
searchForExtensionMethod · 0.65
assertTasksMethod · 0.65
configureTaskMethod · 0.65
showProblemsViewMethod · 0.65
hideProblemsViewMethod · 0.65
findReferencesMethod · 0.65

Implementers 10

QuickAccesstest/automation/src/quickaccess.ts
Terminaltest/automation/src/terminal.ts
UITesttest/sanity/src/uiTest.ts
TerminalInstancesrc/vs/workbench/contrib/terminal/brow
MultiCommandsrc/vs/editor/browser/editorExtensions
ProxyCommandsrc/vs/editor/browser/editorExtensions
EditorHandlerCommandsrc/vs/editor/browser/coreCommands.ts
LinkedEditingActionsrc/vs/editor/contrib/linkedEditing/br
RenameActionsrc/vs/editor/contrib/rename/browser/r
TestCodeEditorsrc/vs/editor/test/browser/testCodeEdi

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…