angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Support exclude #75

Closed randypuro closed 3 years ago

randypuro commented 6 years ago

Support the linterOptions.exclude tslint configuration property to ensure consistent behavior with the command line tslint.

Update the proxy.getCodeFixesAtPosition api while we're at it.

arlo-egg commented 6 years ago

@angelozerr it would be great to get this change landed so we can drop our fork. Anything I can do to help?

angelozerr commented 6 years ago

@egamma what do you thin about this idea?

@arlo-egg please note that @egamma @mjbvz is working on tslint features in another project. tslint-language-service will be deprecated in this case.

@randypuro Please add a section in the README.

egamma commented 6 years ago

@randypuro we will make sure that this feature is also provided in the new tslint-language-service plugin that we will release soon.