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

Method closeQuickInput

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

Source from the content-addressed store, hash-verified

34 }
35
36 async closeQuickInput(): Promise<void> {
37 await this.code.dispatchKeybinding('escape', () => this.waitForQuickInputClosed());
38 }
39
40 async waitForQuickInputElements(accept: (names: string[]) => boolean): Promise<void> {
41 await this.code.waitForElements(QuickInput.QUICK_INPUT_ENTRY_LABEL, false, els => accept(els.map(e => e.textContent)));

Callers 9

runCommandMethod · 0.80
openQuickOutlineMethod · 0.80
assertTasksMethod · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80

Calls 2

dispatchKeybindingMethod · 0.80

Tested by 4

setupFunction · 0.64
setupFunction · 0.64
setupFunction · 0.64
setupFunction · 0.64