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

Display all typescript errors and warning of a folder/project #7388

Closed
llgcode opened this issue Jun 8, 2016 · 4 comments
Closed

Display all typescript errors and warning of a folder/project #7388

llgcode opened this issue Jun 8, 2016 · 4 comments
Labels
upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@llgcode
Copy link

llgcode commented Jun 8, 2016

  • VSCode Version: 1.2
  • OS Version: Windows 7

It would be useful to have a separate command to display all errors and warnings (tslint) of a typescript project. Can't see how to do this in an integrated way.

@dbaeumer
Copy link
Member

dbaeumer commented Jun 8, 2016

@llgcode you can setup up a task that runs tslint over the entire workspace using gulp, jake, or evem npm.

Will move the issue to tslint since project validation support for tslint needs to be implemented there. For the TS compiler we do have a similar request.

@dbaeumer dbaeumer removed their assignment Jun 8, 2016
@dbaeumer
Copy link
Member

dbaeumer commented Jun 8, 2016

This issue was moved to Microsoft/vscode-tslint#54

@dbaeumer dbaeumer closed this as completed Jun 8, 2016
@dbaeumer dbaeumer added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jun 8, 2016
@llgcode
Copy link
Author

llgcode commented Jun 8, 2016

Please can you show me the issue for ts compiler ?
thanks

@dbaeumer
Copy link
Member

dbaeumer commented Jun 8, 2016

#7253. See section Explorations.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants