mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Update handlers.rs to handlers/requests.rs
This commit is contained in:
parent
546339a7be
commit
01aaa53ef2
4 changed files with 5 additions and 3 deletions
|
@ -36,7 +36,7 @@ export async function selectRunnable(
|
|||
|
||||
if (runnables.length === 0) {
|
||||
// it is the debug case, run always has at least 'cargo check ...'
|
||||
// see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables
|
||||
// see crates\rust-analyzer\src\handlers\request.rs, handle_runnables
|
||||
await vscode.window.showErrorMessage("There's no debug target!");
|
||||
quickPick.dispose();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue