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.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e3e0ebff0..43ea1225a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -202,6 +202,11 @@
202 "command": "rust-analyzer.openCargoToml", 202 "command": "rust-analyzer.openCargoToml",
203 "title": "Open Cargo.toml", 203 "title": "Open Cargo.toml",
204 "category": "Rust Analyzer" 204 "category": "Rust Analyzer"
205 },
206 {
207 "command": "rust-analyzer.peekTests",
208 "title": "Peek related tests",
209 "category": "Rust Analyzer"
205 } 210 }
206 ], 211 ],
207 "keybindings": [ 212 "keybindings": [