Don't ask the user to reload when chaning HoverAction configs in VSCode

This commit is contained in:
Lukas Wirth 2021-10-25 14:48:36 +02:00
parent fe7c516084
commit 4c582ffe9f

View file

@ -21,7 +21,6 @@ export class Config {
"highlighting",
"updates.channel",
"lens", // works as lens.*
"hoverActions", // works as hoverActions.*
]
.map(opt => `${this.rootSection}.${opt}`);