aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}