about summary refs log tree commit diff
path: root/editors/code/src/config.ts
AgeCommit message (Expand)AuthorLines
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-3/+2
2023-03-14Address review commentsDavid Barsky-0/+8
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-4/+13
2023-03-13fmtDavid Barsky-1/+1
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-0/+4
2023-02-10Auto merge of #13975 - DropDemBits:on-enter-after-dot-chains, r=DropDemBitsbors-48/+74
2023-02-10Always reload onEnter configurationDropDemBits-16/+7
2023-01-25fix: config substitution failing extension activationLukas Wirth-2/+0
2023-01-24Substitute VSCode variables more generallyLukas Wirth-28/+36
2023-01-17Fix change detection for relevant lang config optsDropDemBits-6/+19
2023-01-17Suppress extra indent after the end of dot chainsDropDemBits-48/+70
2023-01-03Fix diagnostic codeAlex Veber-0/+4
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