Skip to content

Commit 84d17e7

Browse files
committed
Fix in VS Code tasks.json
1 parent 9d17e58 commit 84d17e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advent-of-code/2017/.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "shell",
77
"command": "mocha -t 15000 '${file}'",
88
"group": {
9-
"kind": "build",
9+
"kind": "test",
1010
"isDefault": true
1111
},
1212
"problemMatcher": []

advent-of-code/2018/.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "shell",
77
"command": "mocha '${file}'",
88
"group": {
9-
"kind": "build",
9+
"kind": "test",
1010
"isDefault": true
1111
},
1212
"problemMatcher": []

0 commit comments

Comments
 (0)