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

Method waitForQuickInputClosed

test/automation/src/quickinput.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 async waitForQuickInputClosed(): Promise<void> {
45 await this.code.waitForElement(QuickInput.QUICK_INPUT, r => !!r && r.attributes.style.indexOf('display: none;') !== -1);
46 }
47
48 async selectQuickInputElement(index: number, keepOpen?: boolean): Promise<void> {
49 await this.waitForQuickInputOpened();

Callers 4

closeQuickInputMethod · 0.95
runCommandMethod · 0.80
runCommandWithValueMethod · 0.80

Calls 2

indexOfMethod · 0.65
waitForElementMethod · 0.45

Tested by

no test coverage detected