(error: string)
| 254 | }; |
| 255 | |
| 256 | export const showError = (error: string) => vscode.window.showErrorMessage(`${error}`); |
| 257 | |
| 258 | export const getUserInput = async (prompt: string, value?: string) => { |
| 259 | return await vscode.window.showInputBox({ |
nothing calls this directly
no outgoing calls
no test coverage detected