| Age | Commit message (Expand) | Author | Lines |
| 2023-02-06 | Auto merge of #14090 - MariaSolOs:regions, r=Veykril | bors | -2/+2 |
| 2023-02-06 | Support sysroot library source being defined inside the workspace | Lukas Wirth | -0/+8 |
| 2023-02-04 | Unify language config markers with server | Maria José Solano | -2/+2 |
| 2023-01-31 | Remove some types ¯\_(ツ)_/¯ | Jonas Schievink | -1/+1 |
| 2023-01-31 | Lazily create the trace output channel | Jonas Schievink | -4/+48 |
| 2023-01-25 | fix: config substitution failing extension activation | Lukas Wirth | -2/+0 |
| 2023-01-24 | Substitute VSCode variables more generally | Lukas Wirth | -85/+87 |
| 2023-01-23 | 🧹 lsp_ext.ts | Lukas Wirth | -158/+130 |
| 2023-01-23 | Bump package-lock.json | Lukas Wirth | -502/+744 |
| 2023-01-23 | Add a 'open server logs' button to the error notification | Lukas Wirth | -0/+7 |
| 2023-01-20 | allow using vscode variables in `config.serverPath` | OmarTawfik | -2/+2 |
| 2023-01-16 | Regen config | Lukas Wirth | -5/+0 |
| 2023-01-10 | Revert "Use ZWNJ to prevent VSCode from forming ligatures between hints and c... | Lukas Wirth | -18/+0 |
| 2023-01-09 | Use experimental capability to enable color codes | Ian Chamberlain | -1/+2 |
| 2023-01-09 | Strip colors before matching preview diagnostics | Ian Chamberlain | -2/+4 |
| 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 | -24/+272 |
| 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] | -263/+80 |
| 2023-01-03 | Use ZWNJ to prevent VSCode from forming ligatures between hints and code | Lukas Wirth | -0/+18 |
| 2023-01-03 | Auto merge of #13853 - veber-alex:diag_fix, r=Veykril | bors | -2/+21 |
| 2023-01-03 | Fix diagnostic code | Alex Veber | -2/+21 |
| 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 | -1/+13 |
| 2022-12-17 | Make cancelFlycheck request a notification | Lukas Wirth | -2/+2 |
| 2022-12-16 | Add command for manually running flychecks | Lukas Wirth | -3/+22 |
| 2022-12-09 | Regenerate config | Junliang HU | -0/+9 |
| 2022-12-04 | Add JSON schema contribution | Maria José Solano | -1/+7 |
| 2022-11-27 | Use typed notification method | Maria José Solano | -1/+1 |
| 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 | -3/+74 |
| 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 |