about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2023-01-31Remove some types ¯\_(ツ)_/¯Jonas Schievink-1/+1
2023-01-31Lazily create the trace output channelJonas Schievink-4/+48
2023-01-25fix: config substitution failing extension activationLukas Wirth-2/+0
2023-01-24Substitute VSCode variables more generallyLukas Wirth-85/+87
2023-01-23🧹 lsp_ext.tsLukas Wirth-158/+130
2023-01-23Add a 'open server logs' button to the error notificationLukas Wirth-0/+7
2023-01-20allow using vscode variables in `config.serverPath`OmarTawfik-2/+2
2023-01-10Revert "Use ZWNJ to prevent VSCode from forming ligatures between hints and c...Lukas Wirth-18/+0
2023-01-09Use experimental capability to enable color codesIan Chamberlain-0/+1
2023-01-09Strip colors before matching preview diagnosticsIan Chamberlain-2/+4
2023-01-09Parse + decorate rendered ANSI cargo outputIan Chamberlain-24/+260
2023-01-03Use ZWNJ to prevent VSCode from forming ligatures between hints and codeLukas Wirth-0/+18
2023-01-03Fix diagnostic codeAlex Veber-2/+16
2022-12-17Add a command to clear flycheck diagnosticsLukas Wirth-1/+8
2022-12-17Make cancelFlycheck request a notificationLukas Wirth-2/+2
2022-12-16Add command for manually running flychecksLukas Wirth-3/+17
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