microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 35 forks source link

TSLint just stopped working #147

Closed ilyakonrad closed 2 years ago

ilyakonrad commented 2 years ago

I have a TSLint+Prettier setup in my Angular project. Recently I noticed that TSLint stopped highlighting Prettier errors.

And also the TSLint button in the status bar disappeared. image

Reinstalling both extensions, reinstalling VS Code, checking all possible settings didn't help.

tsserver.log shows the following:

image image

and in the end there's Info 17 [12:28:19.065] Couldn't find typescript-tslint-plugin.

I tried to install the deprecated version of this plugin and the highlights started working right away, but I can't use it, since it has its own issues.

ilyakonrad commented 2 years ago

VS Code updated two times and the issue got resolved!

image