diff options
Diffstat (limited to 'code/package.json')
-rw-r--r-- | code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/package.json b/code/package.json index 00604efcc..282e533af 100644 --- a/code/package.json +++ b/code/package.json | |||
@@ -52,6 +52,10 @@ | |||
52 | ], | 52 | ], |
53 | "commands": [ | 53 | "commands": [ |
54 | { | 54 | { |
55 | "command": "libsyntax-rust.createFile", | ||
56 | "title": "Show Rust syntax tree" | ||
57 | }, | ||
58 | { | ||
55 | "command": "libsyntax-rust.syntaxTree", | 59 | "command": "libsyntax-rust.syntaxTree", |
56 | "title": "Show Rust syntax tree" | 60 | "title": "Show Rust syntax tree" |
57 | }, | 61 | }, |