Skip to content

Commit

Permalink
fix(vscode): delete unneeded problemMatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAbady authored Sep 7, 2023
1 parent 9f3aad7 commit 81cfc84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$tsc"
]
}
},
{
"label": "Turbo: Run tests",
Expand Down

0 comments on commit 81cfc84

Please sign in to comment.