eamodio / vscode-tsl-problem-matcher

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

Errors from webpack not showing in problems pane #3

Closed junalmeida closed 3 years ago

junalmeida commented 4 years ago

Steps to Reproduce:

When using this combination:

  1. webpack - 4.44.2 (--watch --info-verbosity verbose)
  2. typescript - 3.7.5
  3. ts-loader: 8.0.4
  4. fork-ts-checker-webpack-plugin - 5.2.0 (formatter type = basic)
  5. The following problem matches:
                "$ts-webpack-watch",
                "$ts-checker-webpack-watch",
                "$ts-checker-eslint-webpack-watch",
                "$sass-loader",

I can't see compiler messages in problems pane, and yet I have 5 compilation errors of type TS2339 and TS2307

eamodio commented 3 years ago

Should be resolved in 0.5.0.