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

Extension not working anymore: Not using the local TSLint version found #137

Closed davidediak closed 3 years ago

davidediak commented 3 years ago

Hello, for some reason, it stopped working today. I get the following warning on each ts file:

Not using the local TSLint version found for 'project/file.ts'
To enable code execution from the current workspace you must enable workspace library execution

The project is not in a workspace (never has been). It's failing to work on all project.

mjbvz commented 3 years ago

The most recent update will prompt you if there is a workspace version of TSLint (and requires confirmation before loading that version). See https://github.com/microsoft/vscode-typescript-tslint-plugin#workspace-library-execution for details

If the feature is not working, please describe your workspace setup