| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | feat: Allow viewing the full compiler diagnostic in a readonly textview | Lukas Wirth | -3/+74 |
| 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 | -8/+8 |
| 2022-11-02 | Bump ovsx | Laurențiu Nicola | -8/+8 |
| 2022-11-02 | Auto merge of #13359 - feniljain:feat-must-use-option, r=Veykril | bors | -0/+5 |
| 2022-10-29 | Properly handle vscode workspace changes | Lukas Wirth | -39/+73 |
| 2022-10-29 | Always set up VSCode commands | Lukas Wirth | -128/+139 |
| 2022-10-28 | feat: Clicking the status bar item stops and starts the server | Lukas Wirth | -6/+11 |
| 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-21 | Auto merge of #13453 - Veykril:disabled-commands, r=Veykril | bors | -103/+136 |
| 2022-10-21 | internal: Properly handle commands in the VSCode client when the server is st... | Lukas Wirth | -103/+136 |
| 2022-10-20 | Auto merge of #13451 - Veykril:lang-config, r=Veykril | bors | -81/+89 |
| 2022-10-20 | internal: Properly handle language configuration config changes | Lukas Wirth | -81/+89 |
| 2022-10-20 | Workaround the python vscode extension's polyfill | Yotam Ofek | -1/+1 |
| 2022-10-20 | Don't catch the server activation error | Lukas Wirth | -4/+1 |
| 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 | Cleanup output channels | Lukas Wirth | -15/+9 |
| 2022-10-17 | Downgrade vscode types dependency | Lukas Wirth | -8/+8 |
| 2022-10-17 | Implement stop and start server commands | Lukas Wirth | -2/+26 |
| 2022-10-17 | Make more things private | Lukas Wirth | -23/+31 |
| 2022-10-17 | Properly reload changed configs for server start | Lukas Wirth | -57/+51 |
| 2022-10-17 | Refactor language client handling | Lukas Wirth | -441/+460 |
| 2022-10-16 | Substitute some VSCode variables in the VSCode client | Lukas Wirth | -32/+79 |
| 2022-10-16 | Auto merge of #13402 - HKalbasi:patch-1, r=Veykril | bors | -1/+15 |
| 2022-10-14 | Revert "fix: in VSCode, correctly resolve relative paths to errors" | Jonas Schievink | -21/+1 |
| 2022-10-12 | fix formatting | HKalbasi | -1/+1 |
| 2022-10-12 | Cast runnableEnv items to string | HKalbasi | -1/+15 |
| 2022-10-08 | fix: in VSCode, correctly resolve relative paths to errors | Aleksey Kladov | -1/+21 |
| 2022-10-01 | Add config for supplying sysroot path | Lukas Wirth | -4/+7 |
| 2022-09-19 | Simplify | Lukas Wirth | -1/+1 |
| 2022-09-18 | Auto merge of #13058 - dpaoliello:extraenv, r=Veykril | bors | -0/+10 |
| 2022-09-13 | Add cargo.extraEnv setting | Daniel Paoliello | -0/+10 |
| 2022-09-13 | Auto merge of #13221 - mdx97:mdx97/annotations-above-whole-item, r=Veykril | bors | -0/+13 |
| 2022-09-13 | Restructure `find_path` into a separate functions for modules and non-module ... | Lukas Wirth | -2/+2 |
| 2022-09-12 | Address comments and fix build. | Mathew Horner | -13/+13 |
| 2022-09-12 | Auto merge of #13215 - Veykril:toggle-inlay, r=Veykril | bors | -34/+0 |
| 2022-09-12 | Auto merge of #13186 - enomado:master, r=Veykril | bors | -0/+5 |