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

Method showInputBox

packages/vscode-shim/src/api/WindowAPI.ts:141–144  ·  view source on GitHub ↗
(_options?: InputBoxOptions)

Source from the content-addressed store, hash-verified

139 }
140
141 showInputBox(_options?: InputBoxOptions): Thenable<string | undefined> {
142 // Return empty string for CLI
143 return Promise.resolve("")
144 }
145
146 showOpenDialog(_options?: OpenDialogOptions): Thenable<Uri[] | undefined> {
147 // Return empty array for CLI

Callers 3

WindowAPI.test.tsFile · 0.80
handleNewTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected