Merge pull request #3603 from Tyriar/test_task

Set default vscode test task
This commit is contained in:
Daniel Imms
2022-01-11 08:12:17 -08:00
committed by GitHub
+4 -1
View File
@@ -11,7 +11,10 @@
{
"type": "npm",
"script": "test",
"group": "test",
"group":{
"kind": "test",
"isDefault": true
},
"problemMatcher": []
},
{