TypeScript: aggregate errors for file from all projects #35432
Labels
bug
Issue identified by VS Code Team member as probable bug
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
I have a project with three folders, two of which are TS projects and the third of which is shared between them:
tsconfig.json
)tsconfig.json
)Both "browser" and "service-worker" depend on "shared".
However, when I open a file in "shared", I only see errors related to one of the
tsconfig.json
s—usually this will be thetsconfig.json
used for the file I navigated from previously.It would be great if VSCode could aggregate all errors for the current file for all matching TS projects.
The text was updated successfully, but these errors were encountered: