Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5235732

Browse files
committed
Add back restartServerOnConfigChange option
1 parent ccf854b commit 5235732

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@
375375
"default": {},
376376
"markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`"
377377
},
378+
"rust-analyzer.restartServerOnConfigChange": {
379+
"markdownDescription": "Whether to restart the server automatically when certain settings that require a restart are changed.",
380+
"default": false,
381+
"type": "boolean"
382+
},
378383
"$generated-start": {},
379384
"rust-analyzer.assist.expressionFillDefault": {
380385
"markdownDescription": "Placeholder expression to use for missing expressions in assists.",

0 commit comments

Comments
 (0)