Visual Code does not show TS errors in Problem panel if I stopped a tsc build in watch mode and restart it #53783
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
Here's the scenario:
I open a Visual Studio code project and start up the build task using "Run Build Task" menu in Visual Code. I havae a tasks.json file in the root of my TS project which looks like:
the project also has a base tsconfig.base.json that tsconfig.json in apps/ refers to:
The build runs just fine in watch mode when I run the build after opening the IDE. Any TS errors show up both in the Terminal Window and are also reported in the Problems panel. However, if say I make a change to a compiler option in base tsconfig.base.json and restart the build, any errors are not reported in the problems panel.
The text was updated successfully, but these errors were encountered: