From c698446384e00d066a5800451a22dee93e40c7a4 Mon Sep 17 00:00:00 2001 From: ekrctb Date: Fri, 21 Sep 2018 22:20:48 +0900 Subject: Remove undefined command --- editors/code/package.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'editors') 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 @@ -57,10 +57,6 @@ } ], "commands": [ - { - "command": "ra-lsp.createFile", - "title": "Show Rust syntax tree" - }, { "command": "ra-lsp.syntaxTree", "title": "Show Rust syntax tree" -- cgit v1.2.3