Don't ask the user to reload when chaning HoverAction configs in VSCode
This commit is contained in:
@@ -21,7 +21,6 @@ export class Config {
|
|||||||
"highlighting",
|
"highlighting",
|
||||||
"updates.channel",
|
"updates.channel",
|
||||||
"lens", // works as lens.*
|
"lens", // works as lens.*
|
||||||
"hoverActions", // works as hoverActions.*
|
|
||||||
]
|
]
|
||||||
.map(opt => `${this.rootSection}.${opt}`);
|
.map(opt => `${this.rootSection}.${opt}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user