about summary refs log tree commit diff
path: root/editors/code/src/debug.ts
AgeCommit message (Collapse)AuthorLines
2021-04-22Use explicit rustc commit-hashvsrs-2/+4
Required for lldb on mac
2021-04-22Add special `auto` value for `debug.sourceFileMap`vsrs-4/+4
2021-04-22Autodetect rust library source file mapvsrs-2/+10
2021-02-09use await insteadSahandevs-3/+2
2021-02-07fix errorsSahandevs-4/+6
2021-02-07formatSahandevs-1/+1
2021-02-07handle Thenable type rejectsSahandevs-1/+2
2021-02-07remove unnecessarySahandevs-3/+3
2020-07-26delete empty lineUrban Dove-1/+0
2020-07-25try select correct workspace in vscode multi workspaceUrban Dove-2/+11
2020-07-03Add testsvsrs-1/+1
2020-07-03Add runnable env support.vsrs-6/+10
2020-06-18Fix rust-analyzer.debug.openDebugPane optionvsrs-1/+1
2020-06-02New runnables APIAleksey Kladov-6/+6
2020-06-02Move run commands to commands.tsAleksey Kladov-48/+71
2020-05-31Change Runnable.bin -> Runnable.kindveetaha-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.
2020-05-25Cleanup lsp extensions on the client sideAleksey Kladov-1/+1
2020-05-14Fix runnable naming in the client side fallback.vsrs-1/+1
2020-05-14Multiple binaries support for launch.json.vsrs-2/+3
Generate unique names on the LSP side.
2020-05-14Multiple binaries support for launch.json.vsrs-0/+5
2020-05-14Remove "rust-analyzer.debug.useLaunchJson" optionvsrs-12/+9
2020-05-13Use launch.json in Debug Lens sessions.vsrs-2/+19
Add the possibility to use existing configurations via Debug Lens
2020-05-11DebugConfiguration simplification.vsrs-1/+11
${workspaceRoot} substitution in generated DebugConfiguration.
2020-05-11"rust-analyzer.newDebugConfig" commandvsrs-2/+1
2020-05-11"rust-analyzer.debug" commandvsrs-0/+95