Skip to content

TypeScript: aggregate errors for file from all projects #35432

@OliverJAsh

Description

@OliverJAsh

I have a project with three folders, two of which are TS projects and the third of which is shared between them:

  • shared
  • service-worker (with tsconfig.json)
  • browser (with 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.jsons—usually this will be the tsconfig.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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugtypescriptTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions