This commit is contained in:
Sahandevs 2021-02-07 21:59:06 +03:30
parent 1bb4e973ff
commit 3a0234d60f
4 changed files with 12 additions and 12 deletions

View file

@ -46,7 +46,7 @@ export async function selectRunnable(ctx: Ctx, prevRunnable?: RunnableQuickPick,
// it is the debug case, run always has at least 'cargo check ...'
// see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables
vscode.window.showErrorMessage("There's no debug target!")
.then(() => {}, console.error);
.then(() => { }, console.error);
return;
}