Commit ce9ba98
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 7fcd17e commit ce9ba98
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1554 | 1554 | | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | | - | |
| 1557 | + | |
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
| |||
0 commit comments