Unnamed repository; edit this file 'description' to name the repository.
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]>
| -rw-r--r-- | editors/code/src/config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 0987070b94..3f3ca63098 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -21,7 +21,6 @@ export class Config { "highlighting", "updates.channel", "lens", // works as lens.* - "hoverActions", // works as hoverActions.* ] .map(opt => `${this.rootSection}.${opt}`); |