| Age | Commit message (Expand) | Author | Lines |
| 2023-02-06 | Support sysroot library source being defined inside the workspace | Lukas Wirth | -0/+8 |
| 2023-01-16 | Regen config | Lukas Wirth | -5/+0 |
| 2023-01-09 | Use experimental capability to enable color codes | Ian Chamberlain | -1/+1 |
| 2023-01-09 | Update docs to include note about ANSI diagnostics | Ian Chamberlain | -1/+1 |
| 2023-01-09 | Parse + decorate rendered ANSI cargo output | Ian Chamberlain | -0/+1 |
| 2023-01-09 | Auto merge of #13799 - Veykril:flycheck, r=Veykril | bors | -15/+15 |
| 2023-01-09 | Add an option to minimize parentheses for adjustment hints | Maybe Waffle | -4/+16 |
| 2023-01-09 | Implement postfix adjustment hints | Maybe Waffle | -0/+5 |
| 2023-01-09 | Rename checkOnSave settings to check | Lukas Wirth | -111/+111 |
| 2023-01-09 | Rename checkOnSave settings to flycheck | Lukas Wirth | -112/+112 |
| 2023-01-09 | Auto merge of #13744 - vtta:numthreads, r=Veykril | bors | -0/+9 |
| 2023-01-07 | Bump d3-color and d3-graphviz in /editors/code | dependabot[bot] | -1/+1 |
| 2023-01-03 | Auto merge of #13853 - veber-alex:diag_fix, r=Veykril | bors | -0/+5 |
| 2023-01-03 | Fix diagnostic code | Alex Veber | -0/+5 |
| 2022-12-23 | Enum variant discriminants hints | Lukas Wirth | -0/+15 |
| 2022-12-22 | Auto merge of #13817 - WaffleLapkin:hide_adjustment_hints_outside_of_unsafe, ... | bors | -0/+5 |
| 2022-12-21 | Add an option to hide adjustment hints outside of unsafe blocks | Maybe Waffle | -0/+5 |
| 2022-12-21 | Disable inlay hint location links on vscode < 1.76 | hkalbasi | -0/+5 |
| 2022-12-17 | Add a command to clear flycheck diagnostics | Lukas Wirth | -0/+5 |
| 2022-12-16 | Add command for manually running flychecks | Lukas Wirth | -0/+5 |
| 2022-12-09 | Regenerate config | Junliang HU | -0/+9 |
| 2022-12-04 | Add JSON schema contribution | Maria José Solano | -1/+7 |
| 2022-11-24 | Auto merge of #13670 - Veykril:derive-helper, r=Veykril | bors | -0/+5 |
| 2022-11-24 | Add deriveHelper to semanticTokenTypes section of package.json | Lukas Wirth | -0/+5 |
| 2022-11-21 | Fix: Handle empty `checkOnSave/target` values | Isobel Redelmeier | -1/+4 |
| 2022-11-19 | Auto merge of #13290 - poliorcetics:multiple-targets, r=Veykril | bors | -5/+12 |
| 2022-11-18 | feat: Allow viewing the full compiler diagnostic in a readonly textview | Lukas Wirth | -0/+5 |
| 2022-11-11 | feat: Support passing multiple targets to cargo (for Rust 1.64.0+) | Alexis (Poliorcetics) Bourget | -5/+12 |
| 2022-11-08 | Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola | bors | -0/+5 |
| 2022-11-08 | Nest Cargo.lock under Cargo.toml in Code | Laurențiu Nicola | -0/+5 |
| 2022-11-07 | Auto merge of #13545 - Veykril:adjustment-hints, r=Veykril | bors | -1/+16 |
| 2022-11-07 | Fix typos | Laurențiu Nicola | -1/+1 |
| 2022-11-04 | Auto merge of #13541 - Veykril:dbg-cmd, r=Veykril | bors | -14/+14 |
| 2022-11-05 | Mark the Memory Usage command as debug command | Lukas Wirth | -5/+5 |
| 2022-11-04 | Fix up adjustment hints configurations | Lukas Wirth | -1/+16 |
| 2022-11-03 | Clarify what commands are debug commands in VSCode | Lukas Wirth | -9/+9 |
| 2022-11-02 | Auto merge of #13530 - lnicola:bump-ovsx, r=lnicola | bors | -1/+1 |
| 2022-11-02 | Bump ovsx | Laurențiu Nicola | -1/+1 |
| 2022-11-02 | Auto merge of #13359 - feniljain:feat-must-use-option, r=Veykril | bors | -0/+5 |
| 2022-10-24 | refactor: remove repetitive string interpolation and doc changes | feniljain | -1/+1 |
| 2022-10-24 | feat: add config for inserting must_use in `generate_enum_as_method` | feniljain | -0/+5 |
| 2022-10-22 | Implement invocation location config | Lukas Wirth | -6/+32 |
| 2022-10-19 | Auto merge of #13128 - Veykril:invocation-strategy, r=Veykril | bors | -0/+26 |
| 2022-10-19 | Remove simplistic interpolation for manifest-path | Lukas Wirth | -6/+6 |
| 2022-10-19 | {manifest-path} interpolation | Lukas Wirth | -8/+4 |
| 2022-10-19 | Implement invocation strategy config for checkOnSave | Lukas Wirth | -0/+15 |
| 2022-10-19 | Implement invocation strategy config for build scripts | Lukas Wirth | -0/+15 |
| 2022-10-17 | Downgrade vscode types dependency | Lukas Wirth | -1/+1 |
| 2022-10-17 | Implement stop and start server commands | Lukas Wirth | -0/+11 |
| 2022-10-17 | Refactor language client handling | Lukas Wirth | -2/+2 |