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

Method type

test/automation/src/quickinput.ts:24–26  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

22 }
23
24 async type(value: string): Promise<void> {
25 await this.code.waitForSetValue(QuickInput.QUICK_INPUT_INPUT, value);
26 }
27
28 async waitForQuickInputElementFocused(): Promise<void> {
29 await this.code.waitForTextContent(QuickInput.QUICK_INPUT_FOCUSED_ELEMENT);

Callers

nothing calls this directly

Calls 1

waitForSetValueMethod · 0.80

Tested by

no test coverage detected