Skip to content

Commit 20f1ab6

Browse files
committed
build: remove $ts-webpack-watch problemMatcher
Wait until we are certain this is needed, before adding it.
1 parent e2a199c commit 20f1ab6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"label": "watch",
88
"type": "npm",
99
"script": "watch",
10-
"problemMatcher": ["$tsc-watch", "$ts-webpack-watch"],
10+
"problemMatcher": "$tsc-watch",
1111
"isBackground": true,
1212
"group": {
1313
"kind": "build",

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ issues.
1919
To develop this project, install these dependencies:
2020

2121
- [Visual Studio Code](https://code.visualstudio.com/Download)
22-
- [TypeScript + Webpack Problem Matcher](https://marketplace.visualstudio.com/items?itemName=amodio.tsl-problem-matcher) (for `$ts-webpack-watch` problemMatcher in `tasks.json`)
2322
- [NodeJS and NPM](https://nodejs.org/) (latest version of both)
2423
- [Typescript](https://www.typescriptlang.org/)
2524
- [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)