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