aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-29 17:01:15 +0000
committerAleksey Kladov <[email protected]>2019-12-29 23:16:11 +0000
commit936fc522bab07da1a05e4f4f47fea9185b9b195e (patch)
tree7bd7b1039feebc346c60278c3e1f3d7f1fbaf800 /.vscode
parentbe37c3369b4a2203ace1d65d65bf6ddb5c7faa45 (diff)
Drop obsolete tasks
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json26
1 files changed, 1 insertions, 25 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 063cbd174..b483f4375 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -32,29 +32,5 @@
32 ], 32 ],
33 "problemMatcher": [] 33 "problemMatcher": []
34 }, 34 },
35 {
36 "label": "cargo watch",
37 "group": "build",
38 "isBackground": true,
39 "type": "shell",
40 "command": "cargo",
41 "args": [
42 "watch"
43 ],
44 "problemMatcher": "$rustc-watch"
45 },
46 {
47 "label": "cargo watch tests",
48 "group": "build",
49 "isBackground": true,
50 "type": "shell",
51 "command": "cargo",
52 "args": [
53 "watch",
54 "-x",
55 "check --tests"
56 ],
57 "problemMatcher": "$rustc-watch"
58 }
59 ] 35 ]
60} \ No newline at end of file 36}