Browse Source

Fixes missing problem matchers

main
Eric Amodio 3 years ago
parent
commit
6d75dec83c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json View File

@ -20,7 +20,7 @@
"type": "npm", "type": "npm",
"script": "build", "script": "build",
"group": "build", "group": "build",
"problemMatcher": ["$ts-checker5-webpack", "$ts-checker5-eslint-webpack"]
"problemMatcher": ["$ts-checker-webpack", "$ts-checker-eslint-webpack"]
}, },
{ {
"type": "npm", "type": "npm",
@ -36,7 +36,7 @@
"isDefault": true "isDefault": true
}, },
"isBackground": true, "isBackground": true,
"problemMatcher": ["$ts-checker5-webpack-watch", "$ts-checker5-eslint-webpack-watch"]
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
} }
] ]
} }

Loading…
Cancel
Save