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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Many users seem not to be getting this extension working. Although the feedback is vauge, we suspect the issue is that tslint is either not installed in a way we understand or misconfigured
We currently show a warning on the first line of every file you open if:
We cannot load tslint
And your workspace contains a tslint.json file.
We don't always want to show a warning if tslint cannot be found as as this would be annoying in workspaces that are not using tslint.
Some ideas on making this better:
Add warning icon in the status bar (like old tslint extension)
Show warning if the user is using a custom tslint.json path, such as tslint.dev.json
Add more documentation on investigating why the plugin may not be enabled
The text was updated successfully, but these errors were encountered:
Many users seem not to be getting this extension working. Although the feedback is vauge, we suspect the issue is that tslint is either not installed in a way we understand or misconfigured
We currently show a warning on the first line of every file you open if:
tslint.json
file.We don't always want to show a warning if tslint cannot be found as as this would be annoying in workspaces that are not using tslint.
Some ideas on making this better:
tslint.dev.json
The text was updated successfully, but these errors were encountered: