aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/debug.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit rustc commit-hashvsrs2021-04-221-2/+4
| | | | Required for lldb on mac
* 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
| | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions.
* 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
| | | | Generate unique names on the LSP side.
* 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
| | | | Add the possibility to use existing configurations via Debug Lens
* DebugConfiguration simplification.vsrs2020-05-111-1/+11
| | | | ${workspaceRoot} substitution in generated DebugConfiguration.
* "rust-analyzer.newDebugConfig" commandvsrs2020-05-111-2/+1
|
* "rust-analyzer.debug" commandvsrs2020-05-111-0/+95