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

Method waitForQuickInputElementText

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

Source from the content-addressed store, hash-verified

30 }
31
32 async waitForQuickInputElementText(): Promise<string> {
33 return this.code.waitForTextContent(QuickInput.QUICK_INPUT_ENTRY_LABEL_SPAN);
34 }
35
36 async closeQuickInput(): Promise<void> {
37 await this.code.dispatchKeybinding('escape', () => this.waitForQuickInputClosed());

Callers 2

openQuickOutlineMethod · 0.80

Calls 1

waitForTextContentMethod · 0.80

Tested by

no test coverage detected