aboutsummaryrefslogtreecommitdiff
path: root/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
committerAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
commit6cade3f6d8ad7bb5a11b1910689b25f709c12502 (patch)
tree96aea3209cc310462c37708d5623fe1f1d667634 /code/package.json
parent89e56c364f3d0a9d5a12ae488185abc1ea69df4a (diff)
Runnig tests somehow
Diffstat (limited to 'code/package.json')
-rw-r--r--code/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/code/package.json b/code/package.json
index 20a6ceee7..1ed9dfabe 100644
--- a/code/package.json
+++ b/code/package.json
@@ -28,6 +28,28 @@
28 "onLanguage:rust" 28 "onLanguage:rust"
29 ], 29 ],
30 "contributes": { 30 "contributes": {
31 "taskDefinitions": [
32 {
33 "type": "cargo",
34 "required": [
35 "command"
36 ],
37 "properties": {
38 "label": {
39 "type": "string"
40 },
41 "command": {
42 "type": "string"
43 },
44 "args": {
45 "type": "array"
46 },
47 "env": {
48 "type": "object"
49 }
50 }
51 }
52 ],
31 "commands": [ 53 "commands": [
32 { 54 {
33 "command": "libsyntax-rust.syntaxTree", 55 "command": "libsyntax-rust.syntaxTree",
@@ -48,6 +70,10 @@
48 { 70 {
49 "command": "libsyntax-rust.joinLines", 71 "command": "libsyntax-rust.joinLines",
50 "title": "Rust Join Lines" 72 "title": "Rust Join Lines"
73 },
74 {
75 "command": "libsyntax-rust.run",
76 "title": "Rust Run"
51 } 77 }
52 ], 78 ],
53 "keybindings": [ 79 "keybindings": [