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

Feedback from the marketplace #72

Closed kieferrm closed 5 years ago

kieferrm commented 5 years ago

image

glen-84 commented 5 years ago

The user updated his review ...

After another hour of trying I finally got the extension to work.
The installation process is really unclear and error-prone.
But now everything is working.
======================================

...
atishpatel commented 5 years ago

Screenshot from 2019-05-16 18-00-07

Editing my tslint.json files didn't work and i couldn't figure out why. Spent an hour trying to figure out why and was about to start an issue here.

Eventually, i saw a tiny caution sign on the bottom right where it said "Typescript" - by the smiley face. When i clicked on it said tslint needed to be in the workspace and to install it using npm install tslint. Once i installed it to the local space things started to work again.

Please add in the ❗ Important part of readme that you need to install tslint into work dir to use extension.

glen-84 commented 5 years ago

@atishpatel You can also use a global installation of tslint.

atishpatel commented 5 years ago

Thanks glen. I read that too once i noticed the tiny caution icon by the world TypeScript in vscode. The main issue is that the extension doesn't indicate that needs to be done other than that tiny caution sign. I think that's why many people think this package is broken. :man_shrugging:

mjbvz commented 5 years ago

@atishpatel Adding note to the readme is a good idea. But we don't actually generate any sort of caution sign so I'm not sure where that's coming from. Do you still have the old tslint extension installed?