about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2021-10-25 14:48:36 +0200
committerLukas Wirth <lukastw97@gmail.com>2021-10-25 14:48:36 +0200
commit4c582ffe9fa1a729b081d91f3d6ea49454dfabed (patch)
tree4c0769357759345d9317306fcaf6185864627153 /editors/code/src
parentfe7c5160846251f6f3f62b4a02f99f5fafa38cfa (diff)
downloadrust-4c582ffe9fa1a729b081d91f3d6ea49454dfabed.tar.gz
rust-4c582ffe9fa1a729b081d91f3d6ea49454dfabed.zip
Don't ask the user to reload when chaning HoverAction configs in VSCode
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index 0987070b940..3f3ca630981 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}`);