aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <[email protected]>2021-02-27 18:07:23 +0000
committervsrs <[email protected]>2021-02-27 18:07:23 +0000
commit45d4e6b639b627ef9926ecfbc150cdfe8c292ae1 (patch)
treed5db8b6f6dec33186d40d9f70316a7b3cba3f0b4 /editors/code/package.json
parent669e11764430be3a098d6c8fe875d8efbb3547a3 (diff)
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 43ea1225a..7ee5d82ad 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1164,7 +1164,14 @@
1164 "command": "rust-analyzer.openCargoToml", 1164 "command": "rust-analyzer.openCargoToml",
1165 "when": "inRustProject" 1165 "when": "inRustProject"
1166 } 1166 }
1167 ],
1168 "editor/context": [
1169 {
1170 "command": "rust-analyzer.peekTests",
1171 "when": "inRustProject",
1172 "group": "navigation@1000"
1173 }
1167 ] 1174 ]
1168 } 1175 }
1169 } 1176 }
1170} 1177} \ No newline at end of file