diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-09-21 14:31:27 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-09-21 14:31:27 +0100 |
commit | c2ab6ad73d2a7cd9a54dd8ee9f96dab25ec89600 (patch) | |
tree | dbe3d403e54e51a127031cce7a9cf9e47d774371 | |
parent | 885162d71356b948da88ace97cc546d42191907d (diff) | |
parent | c698446384e00d066a5800451a22dee93e40c7a4 (diff) |
Merge #78
78: Remove undefined command in code/package.json r=matklad a=ekrctb
Co-authored-by: ekrctb <[email protected]>
-rw-r--r-- | editors/code/package.json | 4 |
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 | }, |