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

"supressWhileTypeErrorsPresent" not working. #54

Open
qm3ster opened this issue Dec 3, 2017 · 2 comments
Open

"supressWhileTypeErrorsPresent" not working. #54

qm3ster opened this issue Dec 3, 2017 · 2 comments

Comments

@qm3ster
Copy link

qm3ster commented Dec 3, 2017

I don't have any tslint extensions running.
I am on VSCode Stable Version 1.18.1
package.json:

{
    "devDependencies": {
        "tslint": "^5.8.0",
        "tslint-config-prettier": "^1.6.0",
        "tslint-language-service": "^0.9.6",
        "typescript": "^2.6.2",
        "worker-loader": "^1.1.0"
    }
}

[tslint] errors are still displayed even when there are [ts] errors above them.

@angelozerr
Copy link
Owner

angelozerr commented Dec 3, 2017

It's because 0.9.7 was not published. I have published now. Please retry.

@qm3ster
Copy link
Author

qm3ster commented Dec 3, 2017

Oh, sorry.
Now it works, but not all [ts] errors prevent [tslint] errors.
A true type error, such as Type '1' is not assignable to type 'string | null'. hides it.
But a broken syntax (but still [ts]) error like Expression expected. (I deleted the 1) lets them through.
Is that how it is supposed to operate?

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants