aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/debug.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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