aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/debug.ts
Commit message (Expand)AuthorAgeFilesLines
* Use explicit rustc commit-hashvsrs2021-04-221-2/+4
* Add special `auto` value for `debug.sourceFileMap`vsrs2021-04-221-4/+4
* Autodetect rust library source file mapvsrs2021-04-221-2/+10
* use await insteadSahandevs2021-02-091-3/+2
* fix errorsSahandevs2021-02-071-4/+6
* formatSahandevs2021-02-071-1/+1
* handle Thenable type rejectsSahandevs2021-02-071-1/+2
* remove unnecessarySahandevs2021-02-071-3/+3
* delete empty lineUrban Dove2020-07-261-1/+0
* try select correct workspace in vscode multi workspaceUrban Dove2020-07-261-2/+11
* Add testsvsrs2020-07-031-1/+1
* Add runnable env support.vsrs2020-07-031-6/+10
* Fix rust-analyzer.debug.openDebugPane optionvsrs2020-06-181-1/+1
* New runnables APIAleksey Kladov2020-06-021-6/+6
* Move run commands to commands.tsAleksey Kladov2020-06-021-48/+71
* Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+1
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-1/+1
* Fix runnable naming in the client side fallback.vsrs2020-05-141-1/+1
* Multiple binaries support for launch.json.vsrs2020-05-141-2/+3
* Multiple binaries support for launch.json.vsrs2020-05-141-0/+5
* Remove "rust-analyzer.debug.useLaunchJson" optionvsrs2020-05-141-12/+9
* Use launch.json in Debug Lens sessions.vsrs2020-05-131-2/+19
* DebugConfiguration simplification.vsrs2020-05-111-1/+11
* "rust-analyzer.newDebugConfig" commandvsrs2020-05-111-2/+1
* "rust-analyzer.debug" commandvsrs2020-05-111-0/+95