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

Pass Source and Level For TS/JS Diagnostics #25167

Merged

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Apr 21, 2017

Bug
All TS/JS diagnostics are currently reported as errors. We also cannot pass a custom source to identify them as coming from a tsserver plugin such as tslint

Fix
Add support for the new fields added in TS2.3.1 that provide this information

Fixes #24907

**Bug**
All TS/JS diagnostics are currently reported as errors. We also cannot pass a custom source to identify them as coming from a tsserver plugin  such as tslint

**Fix**
Add support for the new fields added in TS2.3.1 that provide this information
@mjbvz mjbvz added this to the April 2017 milestone Apr 21, 2017
@mjbvz mjbvz merged commit 072e2f4 into microsoft:master Apr 21, 2017
@egamma
Copy link
Member

egamma commented Apr 24, 2017

Created PR to adopt them in the tslint-languageservice-plugin angelozerr/tslint-language-service#18

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript: DiagnosticsCategory Warning is not honored
3 participants