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

Function showError

src/utils/vscode.ts:256–256  ·  view source on GitHub ↗
(error: string)

Source from the content-addressed store, hash-verified

254};
255
256export const showError = (error: string) => vscode.window.showErrorMessage(`${error}`);
257
258export const getUserInput = async (prompt: string, value?: string) => {
259 return await vscode.window.showInputBox({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected