You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I don't have any tslint extensions running.
I am on VSCode Stable
Version 1.18.1
package.json:
[tslint] errors are still displayed even when there are [ts] errors above them.
The text was updated successfully, but these errors were encountered: