Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript: aggregate errors for file from all projects #35432

Closed
OliverJAsh opened this issue Sep 30, 2017 · 1 comment
Closed

TypeScript: aggregate errors for file from all projects #35432

OliverJAsh opened this issue Sep 30, 2017 · 1 comment
Assignees
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)

Comments

@OliverJAsh
Copy link
Contributor

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.

@vscodebot vscodebot bot added the typescript Typescript support issues label Sep 30, 2017
@mjbvz mjbvz added the bug Issue identified by VS Code Team member as probable bug label Nov 14, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Nov 21, 2017

This issue was moved to microsoft/TypeScript#20185

@mjbvz mjbvz closed this as completed Nov 21, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Nov 21, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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)
Projects
None yet
Development

No branches or pull requests

2 participants