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 34 forks source link

is it support with git diff lines or only works on the changed lines #48

Closed hello-chenchen closed 5 years ago

hello-chenchen commented 5 years ago

Hi, for our team, there are many tslint errors highlight on a typescript file. but these errors highlight was written by other team. we don't want to change other team's source code. So, i want to know is it support with git diff lines or the changed lines? If, not support, can you log a new feature for this requirement. Thanks~

mjbvz commented 5 years ago

This is not supported and is out of scope of this extension. You could write a custom task that would run tslint and only return errors from changed lines