Skip to content

Commit

Permalink
chore(vscode): make test task default
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Apr 9, 2021
1 parent d0dd15e commit 2954cab
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 @@ -4,7 +4,10 @@
{
"label": "rake: test",
"type": "shell",
"group": "test",
"group":{
"kind": "test",
"isDefault": true
},
"problemMatcher": {
"owner": "ruby",
"fileLocation": ["relative", "${workspaceFolder}"],
Expand Down

0 comments on commit 2954cab

Please sign in to comment.