aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
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