MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / showQuickPick

Method showQuickPick

packages/vscode-shim/src/api/WindowAPI.ts:136–139  ·  view source on GitHub ↗
(items: string[], _options?: QuickPickOptions)

Source from the content-addressed store, hash-verified

134 }
135
136 showQuickPick(items: string[], _options?: QuickPickOptions): Thenable<string | undefined> {
137 // Return first item for CLI
138 return Promise.resolve(items[0])
139 }
140
141 showInputBox(_options?: InputBoxOptions): Thenable<string | undefined> {
142 // Return empty string for CLI

Callers 1

WindowAPI.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected