MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / getPickableOptions

Function getPickableOptions

src/utils/vscode.ts:265–268  ·  view source on GitHub ↗
(
  options: T[],
  config?: vscode.QuickPickOptions
)

Source from the content-addressed store, hash-verified

263};
264
265export const getPickableOptions = async <T extends vscode.QuickPickItem>(
266 options: T[],
267 config?: vscode.QuickPickOptions
268) => await vscode.window.showQuickPick<T>(options, config);
269
270export const getMultiplePickableOptions = async <T extends vscode.QuickPickItem>(
271 options: T[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected