You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +48,7 @@ export class WorkspaceD extends EventEmitter implements
47
48
console.log("WorkspaceD ended with an error:");
48
49
console.log(err);
49
50
if(err&&(<any>err).code=="ENOENT"){
50
-
vscode.window.showErrorMessage("'"+path+"' is not a valid executable. Please check your D config!","Retry").then(s=>{
51
+
vscode.window.showErrorMessage("'"+path+"' is not a valid executable. Please check your user settings and make sure workspace-d is installed!","Retry").then(s=>{
51
52
if(s=="Retry")
52
53
self.startWorkspaceD.call(self);
53
54
});
@@ -243,7 +244,7 @@ export class WorkspaceD extends EventEmitter implements
0 commit comments