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

Method waitForQuickInputOpened

test/automation/src/quickinput.ts:20–22  ·  view source on GitHub ↗
(retryCount?: number)

Source from the content-addressed store, hash-verified

18 constructor(private code: Code) { }
19
20 async waitForQuickInputOpened(retryCount?: number): Promise<void> {
21 await this.code.waitForActiveElement(QuickInput.QUICK_INPUT_INPUT, retryCount);
22 }
23
24 async type(value: string): Promise<void> {
25 await this.code.waitForSetValue(QuickInput.QUICK_INPUT_INPUT, value);

Callers 5

acceptMethod · 0.80
runCommandWithValueMethod · 0.80
setupFunction · 0.80

Calls 1

waitForActiveElementMethod · 0.80

Tested by 1

setupFunction · 0.64