MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / executeCommand

Method executeCommand

src/typings/vscode.d.ts:7497–7497  ·  view source on GitHub ↗

* Execute a command, sending ^C as necessary to interrupt any running command if needed. * * @param commandLine The command line to execute, this is the exact text that will be sent * to the terminal. * * @example * // Execute a command in a terminal immediately after being created

(commandLine: string)

Source from the content-addressed store, hash-verified

7495 * }
7496 */
7497 executeCommand(commandLine: string): TerminalShellExecution;
7498
7499 /**
7500 * Execute a command, sending ^C as necessary to interrupt any running command if needed.

Callers 15

pickAttach.test.tsFile · 0.80
pickTerminationFunction · 0.80
writeCommandMethod · 0.80
getScriptRunnerFunction · 0.80
launchCompanionBrowserFunction · 0.80
killCompanionBrowserFunction · 0.80
installMethod · 0.80
insertDebugConfigurationFunction · 0.80
registerMethod · 0.80
valueMethod · 0.80
registerMethod · 0.80

Calls

no outgoing calls

Tested by 1

pickTerminationFunction · 0.64