mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
Merge #10630
10630: fix: Don't ask the user to reload when chaning HoverAction configs in VSCode r=Veykril a=Veykril To my knowledge, all of these are re-read on hover requests so there is no longer a reason to reload when changing these. bors r+ Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
commit
e81e3c3980
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ export class Config {
|
||||||
"highlighting",
|
"highlighting",
|
||||||
"updates.channel",
|
"updates.channel",
|
||||||
"lens", // works as lens.*
|
"lens", // works as lens.*
|
||||||
"hoverActions", // works as hoverActions.*
|
|
||||||
]
|
]
|
||||||
.map(opt => `${this.rootSection}.${opt}`);
|
.map(opt => `${this.rootSection}.${opt}`);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue