mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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
|
@ -173,6 +173,8 @@ async function getDebugConfiguration(
|
|||
if (debugConfig.name === "run binary") {
|
||||
// The LSP side: crates\rust-analyzer\src\main_loop\handlers.rs,
|
||||
// fn to_lsp_runnable(...) with RunnableKind::Bin
|
||||
// FIXME: Neither crates\rust-analyzer\src\main_loop\handlers.rs
|
||||
// nor to_lsp_runnable exist anymore
|
||||
debugConfig.name = `run ${path.basename(executable)}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue