about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <vit@conrlab.com>2021-02-27 21:07:23 +0300
committervsrs <vit@conrlab.com>2021-02-27 21:07:23 +0300
commit45d4e6b639b627ef9926ecfbc150cdfe8c292ae1 (patch)
treed5db8b6f6dec33186d40d9f70316a7b3cba3f0b4 /editors/code/package.json
parent669e11764430be3a098d6c8fe875d8efbb3547a3 (diff)
downloadrust-45d4e6b639b627ef9926ecfbc150cdfe8c292ae1.tar.gz
rust-45d4e6b639b627ef9926ecfbc150cdfe8c292ae1.zip
Add progress reporting
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 43ea1225abf..7ee5d82adf7 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1164,7 +1164,14 @@
                     "command": "rust-analyzer.openCargoToml",
                     "when": "inRustProject"
                 }
+            ],
+            "editor/context": [
+                {
+                    "command": "rust-analyzer.peekTests",
+                    "when": "inRustProject",
+                    "group": "navigation@1000"
+                }
             ]
         }
     }
-}
+}
\ No newline at end of file