about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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
2022-06-06Add restartServerOnConfigChange settingHasan Ali-1/+16
2022-06-05Restart server automatically on settings changesHasan Ali-8/+1
2022-06-05Auto merge of #12472 - Veykril:output-ch, r=Veykrilbors-7/+29
2022-06-05internal: Keep output channels across restartsLukas Wirth-7/+29
2022-06-05fix: Restart the server instead of reloading the window when config changesLukas Wirth-1/+1
2022-06-05fix: Cleanup output channels when restarting serverLukas Wirth-0/+2
2022-06-01[editors/vscode] cleaer status bar bg color / command when server status ret...Jake Heinz-0/+2
2022-05-31fix: Fix VSCode config patching incorrectly patching some configsLukas Wirth-4/+4
2022-05-26Fix typoHofer-Julian-1/+1
2022-05-26internal: Use statusBarItem colors for status item in VSCodeLukas Wirth-2/+8
2022-05-24prettierJake Heinz-2/+5
2022-05-24vscode: fix extraEnv handling numeric valuesJake Heinz-2/+3
2022-05-21Fix broken async callback in join linesLaurențiu Nicola-2/+3
2022-05-20Add "cargo clippy" task presetJonas Schievink-0/+1
2022-05-18"Show implementations" link display error fixAndrei Listochkin-3/+48
2022-05-17automate braceless return substitution for long linesAndrei Listochkin-2/+4
2022-05-17prettier runAndrei Listochkin-679/+1006
2022-05-17Fix incorrect config key in client config updateLukas Wirth-1/+1
2022-05-13Don't make r-a fail to initialize if updating the config failsLukas Wirth-1/+3
2022-05-13fix: Fix incorrect hover actions config keysLukas Wirth-12/+12
2022-05-13feat: Change VSCode extension publisher to `rust-lang`Lukas Wirth-2/+2
2022-05-12Auto merge of #12215 - listochkin:Support-variable-substitution-in-vscode-set...bors-3/+127
2022-05-12internal: Rename primeCaches config keysLukas Wirth-1/+2
2022-05-11Enable variable substitutions before passing them over to R-A serverAndrei Listochkin-3/+4
2022-05-11VSCode variables support for substitutionsAndrei Listochkin-1/+54
2022-05-11handle references to external environment variablesAndrei Listochkin-1/+24
2022-05-11iterative dependency solverAndrei Listochkin-0/+47
2022-05-11fix: Fix incorrect config patching for runBuildScriptsLukas Wirth-3/+3
2022-05-01auto update old configurations to newer onesLukas Wirth-9/+87
2022-04-21Export lc.LanguageClient from VSCode extensionWill Crichton-3/+12
2022-04-20Pass the language id when toggling inlay hintsLaurențiu Nicola-3/+2
2022-04-19Allows triggering commands after an assist editJonas Schievink-0/+3
2022-04-16Remove old inlay hints settingsLaurențiu Nicola-18/+5
2022-04-08Update for languageclient API changesLaurențiu Nicola-11/+11
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-64/+0
2022-04-03Merge #11821bors[bot]-1/+1
2022-04-03Load @hpcc-js/wasm as a script, not workerLaurențiu Nicola-1/+1
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+51
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-1/+3
2022-03-15editors/code: fix crash due to missing ID= fieldVladimir Serov-2/+2
2022-03-13editors/code: fix nixos detectionVladimir Serov-1/+2
2022-03-07Add missing parameterLaurențiu Nicola-1/+2
2022-03-07Update LSP docsLaurențiu Nicola-1/+1