MCPcopy Index your code
hub / github.com/microsoft/vscode / writeInTerminal

Method writeInTerminal

test/automation/src/code.ts:329–331  ·  view source on GitHub ↗
(selector: string, value: string)

Source from the content-addressed store, hash-verified

327 }
328
329 async writeInTerminal(selector: string, value: string): Promise<void> {
330 await this.poll(() => this.driver.writeInTerminal(selector, value), () => true, `writeInTerminal '${selector}'`);
331 }
332
333 async whenWorkbenchRestored(): Promise<void> {
334 await this.poll(() => this.driver.whenWorkbenchRestored(), () => true, `when workbench restored`);

Callers

nothing calls this directly

Calls 2

pollMethod · 0.95
writeInTerminalMethod · 0.65

Tested by

no test coverage detected