Skip to content

Commit c44664d

Browse files
author
Alberto Fernández-Capel
authored
Merge pull request hotwired#980 from iiAbady/patch-1
fix(vscode): delete unneeded `problemMatcher`
2 parents 50b711a + 81cfc84 commit c44664d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true
13-
},
14-
"problemMatcher": [
15-
"$tsc"
16-
]
13+
}
1714
},
1815
{
1916
"label": "Turbo: Run tests",

0 commit comments

Comments
 (0)