Skip to content

Commit 4c582ff

Browse files
committed
Don't ask the user to reload when chaning HoverAction configs in VSCode
1 parent fe7c516 commit 4c582ff

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)