Commit dbda7ad
committed
lsp-rust: Append --no-run flag for debugging
Change the logic of lsp-rust-analyzer-debug to append
--no-run when it's not already in cargo-args, not the
other way round. The result is used only for obtaining
the compiler-artifact, no need to run the tests to
obtain it.1 parent 83c7dd0 commit dbda7ad
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1561 | 1561 | | |
1562 | 1562 | | |
1563 | 1563 | | |
1564 | | - | |
| 1564 | + | |
1565 | 1565 | | |
1566 | 1566 | | |
1567 | 1567 | | |
| |||
0 commit comments