about summary refs log tree commit diff
path: root/editors/code/src/debug.ts
AgeCommit message (Expand)AuthorLines
2023-07-24Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-raLaurențiu Nicola-2/+11
2023-07-17Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-raLaurențiu Nicola-19/+18
2023-06-05Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-raLaurențiu Nicola-3/+6
2023-02-13:arrow_up: rust-analyzerLaurențiu Nicola-1/+1
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-05-17prettier runAndrei Listochkin-23/+54
2021-04-22Use explicit rustc commit-hashvsrs-2/+4
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
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
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
2020-05-11DebugConfiguration simplification.vsrs-1/+11
2020-05-11"rust-analyzer.newDebugConfig" commandvsrs-2/+1
2020-05-11"rust-analyzer.debug" commandvsrs-0/+95