eamodio / vscode-tsl-problem-matcher

TypeScript + Webpack Problem Matchers for VS Code
MIT License
44 stars 9 forks source link

Add support for webpack-cli@4 #9

Closed felipecrs closed 3 years ago

felipecrs commented 3 years ago

The problemMatcher was not identifying the start of compilation during a re-compile.

Fixes #4

felipecrs commented 3 years ago

Before

LLmM4y8jHU

After

REEGLGpo9Q

felipecrs commented 3 years ago

@eamodio I started this because I was working on upgrading webpack for the ShellCheck extension at https://github.com/vscode-shellcheck/vscode-shellcheck/pull/308.