We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866e0e0 commit 21d6871Copy full SHA for 21d6871
src/engineData.ts
@@ -51,8 +51,7 @@ export async function getData(file: string): Promise<string | any> {
51
CACHED.set(file, content);
52
}
53
catch (err) {
54
- console.error('File Data ERR: ' + err);
55
- sendToOutput("Errro while reading file: " + err);
+ vscode.window.showErrorMessage(err + '');
56
content = undefined;
57
58
0 commit comments