eamodio / vscode-tsl-problem-matcher

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

Extension causes vs code's to (ofc infinitally) wait for build watch task #6

Closed mcpiroman closed 3 years ago

mcpiroman commented 3 years ago

Steps to Reproduce:

  1. Create new VS Code extension with webpack
  2. Start the Run Extension debug task (hit F5)
doug-shontz commented 3 years ago

Same problem here but on Mac Big Sur 11.2.1. Same extension and VSCode version. Removing the eamodio problem matchers from tasks.json and the eamodio recommendations from extension.json bypasses the issue.

eamodio commented 3 years ago

Please re-open if you still see the issue on 0.5.0. Thanks!