| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-22 | Use explicit rustc commit-hash | vsrs | -2/+4 | |
| Required for lldb on mac | ||||
| 2021-04-22 | Add special `auto` value for `debug.sourceFileMap` | vsrs | -4/+4 | |
| 2021-04-22 | Autodetect rust library source file map | vsrs | -2/+10 | |
| 2021-02-09 | use await instead | Sahandevs | -3/+2 | |
| 2021-02-07 | fix errors | Sahandevs | -4/+6 | |
| 2021-02-07 | format | Sahandevs | -1/+1 | |
| 2021-02-07 | handle Thenable type rejects | Sahandevs | -1/+2 | |
| 2021-02-07 | remove unnecessary | Sahandevs | -3/+3 | |
| 2020-07-26 | delete empty line | Urban Dove | -1/+0 | |
| 2020-07-25 | try select correct workspace in vscode multi workspace | Urban Dove | -2/+11 | |
| 2020-07-03 | Add tests | vsrs | -1/+1 | |
| 2020-07-03 | Add runnable env support. | vsrs | -6/+10 | |
| 2020-06-18 | Fix rust-analyzer.debug.openDebugPane option | vsrs | -1/+1 | |
| 2020-06-02 | New runnables API | Aleksey Kladov | -6/+6 | |
| 2020-06-02 | Move run commands to commands.ts | Aleksey Kladov | -48/+71 | |
| 2020-05-31 | Change Runnable.bin -> Runnable.kind | veetaha | -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-25 | Cleanup lsp extensions on the client side | Aleksey Kladov | -1/+1 | |
| 2020-05-14 | Fix runnable naming in the client side fallback. | vsrs | -1/+1 | |
| 2020-05-14 | Multiple binaries support for launch.json. | vsrs | -2/+3 | |
| Generate unique names on the LSP side. | ||||
| 2020-05-14 | Multiple binaries support for launch.json. | vsrs | -0/+5 | |
| 2020-05-14 | Remove "rust-analyzer.debug.useLaunchJson" option | vsrs | -12/+9 | |
| 2020-05-13 | Use launch.json in Debug Lens sessions. | vsrs | -2/+19 | |
| Add the possibility to use existing configurations via Debug Lens | ||||
| 2020-05-11 | DebugConfiguration simplification. | vsrs | -1/+11 | |
| ${workspaceRoot} substitution in generated DebugConfiguration. | ||||
| 2020-05-11 | "rust-analyzer.newDebugConfig" command | vsrs | -2/+1 | |
| 2020-05-11 | "rust-analyzer.debug" command | vsrs | -0/+95 | |
