mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +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…
Add table
Add a link
Reference in a new issue