Skip to content

Commit

Permalink
Merge pull request #3603 from Tyriar/test_task
Browse files Browse the repository at this point in the history
Set default vscode test task
  • Loading branch information
Tyriar authored Jan 11, 2022
2 parents 0e8aeeb + 55cd34c commit 58b7a4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
{
"type": "npm",
"script": "test",
"group": "test",
"group":{
"kind": "test",
"isDefault": true
},
"problemMatcher": []
},
{
Expand Down

0 comments on commit 58b7a4a

Please sign in to comment.