Skip to content

Commit 58b7a4a

Browse files
authored
Merge pull request #3603 from Tyriar/test_task
Set default vscode test task
2 parents 0e8aeeb + 55cd34c commit 58b7a4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
{
1212
"type": "npm",
1313
"script": "test",
14-
"group": "test",
14+
"group":{
15+
"kind": "test",
16+
"isDefault": true
17+
},
1518
"problemMatcher": []
1619
},
1720
{

0 commit comments

Comments
 (0)