aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/run.ts
diff options
context:
space:
mode:
authorSahandevs <[email protected]>2021-02-07 18:29:06 +0000
committerSahandevs <[email protected]>2021-02-07 18:29:06 +0000
commit3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc (patch)
tree9753eb1ba2ffe2ec720058cb7c2041ae0f6d97cf /editors/code/src/run.ts
parent1bb4e973ffaffd78a01ba5abb90096d11a2ddb42 (diff)
format
Diffstat (limited to 'editors/code/src/run.ts')
-rw-r--r--editors/code/src/run.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts
index e30fdb38e..4f0d2884b 100644
--- a/editors/code/src/run.ts
+++ b/editors/code/src/run.ts
@@ -46,7 +46,7 @@ export async function selectRunnable(ctx: Ctx, prevRunnable?: RunnableQuickPick,
46 // it is the debug case, run always has at least 'cargo check ...' 46 // it is the debug case, run always has at least 'cargo check ...'
47 // see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables 47 // see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables
48 vscode.window.showErrorMessage("There's no debug target!") 48 vscode.window.showErrorMessage("There's no debug target!")
49 .then(() => {}, console.error); 49 .then(() => { }, console.error);
50 return; 50 return;
51 } 51 }
52 52