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

Method showOpenDialog

packages/vscode-shim/src/api/WindowAPI.ts:146–149  ·  view source on GitHub ↗
(_options?: OpenDialogOptions)

Source from the content-addressed store, hash-verified

144 }
145
146 showOpenDialog(_options?: OpenDialogOptions): Thenable<Uri[] | undefined> {
147 // Return empty array for CLI
148 return Promise.resolve([])
149 }
150
151 async showTextDocument(
152 documentOrUri: TextDocument | Uri,

Callers 4

WindowAPI.test.tsFile · 0.80
webviewMessageHandlerFunction · 0.80
importSettingsFunction · 0.80
selectImagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected