about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2022-11-27Use typed notification methodMaria José Solano-1/+1
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-3/+69
2022-10-29Properly handle vscode workspace changesLukas Wirth-39/+73
2022-10-29Always set up VSCode commandsLukas Wirth-128/+139
2022-10-28feat: Clicking the status bar item stops and starts the serverLukas Wirth-6/+11
2022-10-21Auto merge of #13453 - Veykril:disabled-commands, r=Veykrilbors-103/+136
2022-10-21internal: Properly handle commands in the VSCode client when the server is st...Lukas Wirth-103/+136
2022-10-20Auto merge of #13451 - Veykril:lang-config, r=Veykrilbors-81/+89
2022-10-20internal: Properly handle language configuration config changesLukas Wirth-81/+89
2022-10-20Workaround the python vscode extension's polyfillYotam Ofek-1/+1
2022-10-20Don't catch the server activation errorLukas Wirth-4/+1
2022-10-17Cleanup output channelsLukas Wirth-15/+9
2022-10-17Implement stop and start server commandsLukas Wirth-2/+15
2022-10-17Make more things privateLukas Wirth-23/+31
2022-10-17Properly reload changed configs for server startLukas Wirth-57/+51
2022-10-17Refactor language client handlingLukas Wirth-400/+419
2022-10-16Substitute some VSCode variables in the VSCode clientLukas Wirth-32/+79
2022-10-16Auto merge of #13402 - HKalbasi:patch-1, r=Veykrilbors-1/+15
2022-10-14Revert "fix: in VSCode, correctly resolve relative paths to errors"Jonas Schievink-12/+1
2022-10-12fix formattingHKalbasi-1/+1
2022-10-12Cast runnableEnv items to stringHKalbasi-1/+15
2022-10-08fix: in VSCode, correctly resolve relative paths to errorsAleksey Kladov-1/+12
2022-09-10Remove the toggleInlayHints command from VSCodeLukas Wirth-25/+0
2022-08-28Auto merge of #13133 - Veykril:diag-hack, r=Veykrilbors-16/+0
2022-08-28Move empty diagnostics workaround back into the serverLukas Wirth-16/+0
2022-08-26Auto merge of #13095 - jonas-schievink:avoid-liveshare-error, r=jonas-schievinkbors-13/+23
2022-08-26Auto merge of #13087 - Veykril:config-update, r=Veykrilbors-100/+0
2022-08-25Remove unused UpdatesChannel typeLaurențiu Nicola-2/+0
2022-08-23ForGoT tO RuN prEttIeR¿Jonas Schievink-3/+3
2022-08-23Avoid error popup when using in Live ShareJonas Schievink-13/+23
2022-08-22Remove auto-config patching from the VSCode clientLukas Wirth-100/+0
2022-08-19Implement lsp extension for cancelling running flychecksLukas Wirth-13/+24
2022-08-18Auto merge of #13039 - davidbarsky:davidbarsky/remove-used-nightly-checking-c...bors-6/+0
2022-08-17fix: a bunch of typosDezhi Wu-2/+2
2022-08-16chore: remove unused `currentExtensionIsNightly()` in config.tsDavid Barsky-6/+0
2022-08-15Add an HIR pretty-printerJonas Schievink-1/+1
2022-08-13Pad empty diagnostic messages in relatedInformation as wellLukas Wirth-0/+7
2022-08-13Move VSCode diagnostics workaroudn into client codeLukas Wirth-0/+9
2022-08-08[code] make toggleInlayHints understand {off,on}UntilPressedJake Heinz-2/+16
2022-08-03Add a setting to disable comment continuation in VSCodeLukas Wirth-4/+14
2022-07-22Auto merge of #12850 - Veykril:display-fix, r=Veykrilbors-1/+3
2022-07-23fix: Fix error tooltip message for VSCode status bar itemLukas Wirth-1/+3
2022-07-23Revert 03a62c180e6a7300d0d7b8c4d680b749c101bcbbLukas Wirth-5/+2
2022-07-13fix: Fix VSCode status bar tooltip not showing the error messagesLukas Wirth-15/+16
2022-07-09Bump vscode-languageclientLaurențiu Nicola-2/+5
2022-07-08Update remaining GitHub URLsJonas Schievink-2/+2
2022-07-06Code: use different schemes for the custom viewsLaurențiu Nicola-10/+20
2022-06-29Ignore the `bin` artifact for `bench` targetsChayim Refael Friedman-1/+1
2022-06-15fix: Clear proc-macro changed flag when reloading workspaceLukas Wirth-2/+2
2022-06-14fix: Ask the user to reload the vscode window when changing server settingsLukas Wirth-10/+23