mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Add back restartServerOnConfigChange option
This commit is contained in:
parent
ccf854bc2e
commit
5235732d82
1 changed files with 5 additions and 0 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue