aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorekrctb <[email protected]>2018-09-21 14:20:48 +0100
committerekrctb <[email protected]>2018-09-21 14:20:48 +0100
commitc698446384e00d066a5800451a22dee93e40c7a4 (patch)
treedbe3d403e54e51a127031cce7a9cf9e47d774371 /editors
parent885162d71356b948da88ace97cc546d42191907d (diff)
Remove undefined command
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index cc8fb93f5..0cfba5db6 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -58,10 +58,6 @@
58 ], 58 ],
59 "commands": [ 59 "commands": [
60 { 60 {
61 "command": "ra-lsp.createFile",
62 "title": "Show Rust syntax tree"
63 },
64 {
65 "command": "ra-lsp.syntaxTree", 61 "command": "ra-lsp.syntaxTree",
66 "title": "Show Rust syntax tree" 62 "title": "Show Rust syntax tree"
67 }, 63 },