diff options
Diffstat (limited to 'editors/code/package.json')
-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 | }, |