Skip to content

Commit

Permalink
Set default vscode test task
Browse files Browse the repository at this point in the history
This allows running the test task via a command/keybinding
  • Loading branch information
Tyriar committed Jan 11, 2022
1 parent 2866977 commit 55cd34c
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 55cd34c

Please sign in to comment.