mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Don't ask the user to reload when chaning HoverAction configs in VSCode
This commit is contained in:
parent
fe7c516084
commit
4c582ffe9f
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ export class Config {
|
|||
"highlighting",
|
||||
"updates.channel",
|
||||
"lens", // works as lens.*
|
||||
"hoverActions", // works as hoverActions.*
|
||||
]
|
||||
.map(opt => `${this.rootSection}.${opt}`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue