From aaca7d003bd969785be53d8f312b67bfa26f6272 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 27 Aug 2018 20:58:38 +0300 Subject: move scopes to file --- code/package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'code/package.json') diff --git a/code/package.json b/code/package.json index 00604efcc..282e533af 100644 --- a/code/package.json +++ b/code/package.json @@ -51,6 +51,10 @@ } ], "commands": [ + { + "command": "libsyntax-rust.createFile", + "title": "Show Rust syntax tree" + }, { "command": "libsyntax-rust.syntaxTree", "title": "Show Rust syntax tree" -- cgit v1.2.3