| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-27 | Update Node.js, vscode, and ts deps | BenjaminBrienen | -3/+5 | |
| 2024-12-02 | Fix debug configuration querying not inheriting environment | Lukas Wirth | -122/+0 | |
| 2024-10-10 | Run subprocesses async in vscode extension | David Richey | -11/+11 | |
| 2024-08-05 | Reorganize debug.ts | Lukas Wirth | -1/+1 | |
| 2024-07-31 | Corrected precedence position | huntc | -3/+3 | |
| 2024-07-30 | Further simplifications | huntc | -4/+4 | |
| 2024-07-30 | Checks date for any RA | huntc | -8/+15 | |
| 2024-07-28 | Determine toolchain RA on age | huntc | -0/+89 | |
| Selects a rust-toolchain declared RA based on its date. The earliest (oldest) RA wins and becomes the one that the workspace uses as a whole. In terms of precedence: nightly > stable-with-version > stable With stable-with-version, we invoke the RA with a `--version` arg and attempt to extract a date. Given the same date as a nightly, the nightly RA will win. | ||||
| 2024-07-06 | fix: Fix runnables being incorrectly constructed | Lukas Wirth | -4/+143 | |
| 2024-07-06 | Fix passing message-format after -- in debugging | Lukas Wirth | -1/+1 | |
| 2024-07-06 | Flatten cargoExtraArgs away from the runnable lsp extension | Lukas Wirth | -2/+0 | |
| 2024-07-06 | Add environment to runnable lsp extension | Lukas Wirth | -0/+1 | |
| 2024-06-11 | feature: add build system info; runnables to `rust-project.json` | Wilfred Hughes | -1/+3 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+370 | |
