Skip to content

Commit e81e3c3

Browse files
bors[bot]Veykril
andauthored
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 <[email protected]>
2 parents 1f47693 + 4c582ff commit e81e3c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class Config {
2121
"highlighting",
2222
"updates.channel",
2323
"lens", // works as lens.*
24-
"hoverActions", // works as hoverActions.*
2524
]
2625
.map(opt => `${this.rootSection}.${opt}`);
2726

0 commit comments

Comments
 (0)