aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-05-11 16:00:15 +0100
committervsrs <[email protected]>2020-05-11 16:04:49 +0100
commitfee0a9fa5a3dd84400108b33a1e8225dc364a9fa (patch)
treeba411eddbb324a6e882b8fc653db17dc58c5ce2a /editors/code/package.json
parent155f0601421620086a256c9e313568d5bd7391e0 (diff)
"rust-analyzer.newDebugConfig" command
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 2f90d3baf..ec325ad3f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -126,6 +126,11 @@
126 "category": "Rust Analyzer" 126 "category": "Rust Analyzer"
127 }, 127 },
128 { 128 {
129 "command": "rust-analyzer.newDebugConfig",
130 "title": "Generate launch configuration",
131 "category": "Rust Analyzer"
132 },
133 {
129 "command": "rust-analyzer.analyzerStatus", 134 "command": "rust-analyzer.analyzerStatus",
130 "title": "Status", 135 "title": "Status",
131 "category": "Rust Analyzer" 136 "category": "Rust Analyzer"