diff --git a/editors/code/package.json b/editors/code/package.json index 7ecc1fdca3c..c54e5259e13 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -375,6 +375,11 @@ "default": {}, "markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`" }, + "rust-analyzer.restartServerOnConfigChange": { + "markdownDescription": "Whether to restart the server automatically when certain settings that require a restart are changed.", + "default": false, + "type": "boolean" + }, "$generated-start": {}, "rust-analyzer.assist.expressionFillDefault": { "markdownDescription": "Placeholder expression to use for missing expressions in assists.",