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
@ -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 New Issue
Block a user