We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf854b commit 5235732Copy full SHA for 5235732
editors/code/package.json
@@ -375,6 +375,11 @@
375
"default": {},
376
"markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`"
377
},
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
+ },
383
"$generated-start": {},
384
"rust-analyzer.assist.expressionFillDefault": {
385
"markdownDescription": "Placeholder expression to use for missing expressions in assists.",
0 commit comments