about summary refs log tree commit diff
path: root/editors/code/src/config.ts
AgeCommit message (Expand)AuthorLines
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-0/+3
2022-10-20Auto merge of #13451 - Veykril:lang-config, r=Veykrilbors-25/+77
2022-10-20internal: Properly handle language configuration config changesLukas Wirth-25/+77
2022-10-20Workaround the python vscode extension's polyfillYotam Ofek-1/+1
2022-10-17Properly reload changed configs for server startLukas Wirth-2/+2
2022-10-16Substitute some VSCode variables in the VSCode clientLukas Wirth-28/+57
2022-10-12fix formattingHKalbasi-1/+1
2022-10-12Cast runnableEnv items to stringHKalbasi-1/+15
2022-08-26Auto merge of #13087 - Veykril:config-update, r=Veykrilbors-94/+0
2022-08-25Remove unused UpdatesChannel typeLaurențiu Nicola-2/+0
2022-08-22Remove auto-config patching from the VSCode clientLukas Wirth-94/+0
2022-08-16chore: remove unused `currentExtensionIsNightly()` in config.tsDavid Barsky-6/+0
2022-08-03Add a setting to disable comment continuation in VSCodeLukas Wirth-3/+11
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-05fix: Restart the server instead of reloading the window when config changesLukas Wirth-1/+1
2022-05-31fix: Fix VSCode config patching incorrectly patching some configsLukas Wirth-4/+4
2022-05-24prettierJake Heinz-2/+5
2022-05-24vscode: fix extraEnv handling numeric valuesJake Heinz-2/+3
2022-05-17prettier runAndrei Listochkin-88/+122
2022-05-17Fix incorrect config key in client config updateLukas Wirth-1/+1
2022-05-13fix: Fix incorrect hover actions config keysLukas Wirth-12/+12
2022-05-13feat: Change VSCode extension publisher to `rust-lang`Lukas Wirth-1/+1
2022-05-12Auto merge of #12215 - listochkin:Support-variable-substitution-in-vscode-set...bors-0/+123
2022-05-12internal: Rename primeCaches config keysLukas Wirth-1/+2
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-7/+80
2022-04-16Remove old inlay hints settingsLaurențiu Nicola-13/+0
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-0/+1
2021-12-23Drop extensionUri copyLaurențiu Nicola-2/+0
2021-12-23Remove proxy settingsLaurențiu Nicola-17/+0
2021-12-23Remove channel and ask before download prefsLaurențiu Nicola-3/+0
2021-12-18Prepare Code extension for bundlingLaurențiu Nicola-0/+2
2021-12-02Fix proxyStrictSSL checkLaurențiu Nicola-1/+1
2021-11-28Refactor proxy settingsLaurențiu Nicola-7/+13
2021-11-27Respect http.proxyStrictSSLLaurențiu Nicola-0/+3
2021-11-13inlay hints: add the option to always show constructor inlay hintsJake Heinz-0/+1
2021-10-25Don't ask the user to reload when chaning HoverAction configs in VSCodeLukas Wirth-1/+0
2021-07-23Removed all dead config accessors.Kevin DeLorey-17/+0
2021-07-23removed dead codeKevin DeLorey-9/+0
2021-07-22Initial commit of highlight related configuration w/ implementation.Kevin DeLorey-0/+9
2021-06-14Merge #8951bors[bot]-2/+2
2021-06-04Add function references hover actionLukas Wirth-0/+1
2021-06-02internal: use vscode.FileSystem API in main.tswxb1ank-2/+2
2021-05-24fix: can download server binary on windows againAleksey Kladov-1/+1
2021-05-23More style fixesKirill Bulatov-1/+5