aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorRoberto Vidal <[email protected]>2019-04-15 20:41:27 +0100
committerRoberto Vidal <[email protected]>2019-04-16 21:07:33 +0100
commit12f28f6276bbf1d1a19a553c7352bcb974361247 (patch)
treea3d72ba73e95c80ff24c59d5f546bf8baa0378f5 /editors/code/package.json
parent546d9be2a7bf7b3942c125f922a01321aea6ad26 (diff)
Adds "restart server" 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 1c8caaa60..a0454191a 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -114,6 +114,11 @@
114 "command": "rust-analyzer.collectGarbage", 114 "command": "rust-analyzer.collectGarbage",
115 "title": "Run garbage collection", 115 "title": "Run garbage collection",
116 "category": "Rust Analyzer" 116 "category": "Rust Analyzer"
117 },
118 {
119 "command": "rust-analyzer.reload",
120 "title": "Restart server",
121 "category": "Rust Analyzer"
117 } 122 }
118 ], 123 ],
119 "keybindings": [ 124 "keybindings": [