| Age | Commit message (Expand) | Author | Lines |
| 2022-11-27 | Use typed notification method | Maria José Solano | -1/+1 |
| 2022-11-18 | feat: Allow viewing the full compiler diagnostic in a readonly textview | Lukas Wirth | -3/+69 |
| 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-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-17 | Cleanup output channels | Lukas Wirth | -15/+9 |
| 2022-10-17 | Implement stop and start server commands | Lukas Wirth | -2/+15 |
| 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 | -400/+419 |
| 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 | -12/+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/+12 |
| 2022-09-10 | Remove the toggleInlayHints command from VSCode | Lukas Wirth | -25/+0 |
| 2022-08-28 | Auto merge of #13133 - Veykril:diag-hack, r=Veykril | bors | -16/+0 |
| 2022-08-28 | Move empty diagnostics workaround back into the server | Lukas Wirth | -16/+0 |
| 2022-08-26 | Auto merge of #13095 - jonas-schievink:avoid-liveshare-error, r=jonas-schievink | bors | -13/+23 |
| 2022-08-26 | Auto merge of #13087 - Veykril:config-update, r=Veykril | bors | -100/+0 |
| 2022-08-25 | Remove unused UpdatesChannel type | Laurențiu Nicola | -2/+0 |
| 2022-08-23 | ForGoT tO RuN prEttIeR¿ | Jonas Schievink | -3/+3 |
| 2022-08-23 | Avoid error popup when using in Live Share | Jonas Schievink | -13/+23 |
| 2022-08-22 | Remove auto-config patching from the VSCode client | Lukas Wirth | -100/+0 |
| 2022-08-19 | Implement lsp extension for cancelling running flychecks | Lukas Wirth | -13/+24 |
| 2022-08-18 | Auto merge of #13039 - davidbarsky:davidbarsky/remove-used-nightly-checking-c... | bors | -6/+0 |
| 2022-08-17 | fix: a bunch of typos | Dezhi Wu | -2/+2 |
| 2022-08-16 | chore: remove unused `currentExtensionIsNightly()` in config.ts | David Barsky | -6/+0 |
| 2022-08-15 | Add an HIR pretty-printer | Jonas Schievink | -1/+1 |
| 2022-08-13 | Pad empty diagnostic messages in relatedInformation as well | Lukas Wirth | -0/+7 |
| 2022-08-13 | Move VSCode diagnostics workaroudn into client code | Lukas Wirth | -0/+9 |
| 2022-08-08 | [code] make toggleInlayHints understand {off,on}UntilPressed | Jake Heinz | -2/+16 |
| 2022-08-03 | Add a setting to disable comment continuation in VSCode | Lukas Wirth | -4/+14 |
| 2022-07-22 | Auto merge of #12850 - Veykril:display-fix, r=Veykril | bors | -1/+3 |
| 2022-07-23 | fix: Fix error tooltip message for VSCode status bar item | Lukas Wirth | -1/+3 |
| 2022-07-23 | Revert 03a62c180e6a7300d0d7b8c4d680b749c101bcbb | Lukas Wirth | -5/+2 |
| 2022-07-13 | fix: Fix VSCode status bar tooltip not showing the error messages | Lukas Wirth | -15/+16 |
| 2022-07-09 | Bump vscode-languageclient | Laurențiu Nicola | -2/+5 |
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -2/+2 |
| 2022-07-06 | Code: use different schemes for the custom views | Laurențiu Nicola | -10/+20 |
| 2022-06-29 | Ignore the `bin` artifact for `bench` targets | Chayim Refael Friedman | -1/+1 |
| 2022-06-15 | fix: Clear proc-macro changed flag when reloading workspace | Lukas Wirth | -2/+2 |
| 2022-06-14 | fix: Ask the user to reload the vscode window when changing server settings | Lukas Wirth | -10/+23 |