aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-27 18:58:38 +0100
committerAleksey Kladov <[email protected]>2018-08-27 18:58:38 +0100
commitaaca7d003bd969785be53d8f312b67bfa26f6272 (patch)
tree9e3ab4d75d631fb1055fb6ab5c05f0a78153fadd /code/package.json
parent846114a6e95da696deb6a0f3243ad23c45074a00 (diff)
move scopes to file
Diffstat (limited to 'code/package.json')
-rw-r--r--code/package.json4
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 },