tslint-language-service icon indicating copy to clipboard operation
tslint-language-service copied to clipboard

Running rules with --check-type

Open gfx opened this issue 8 years ago • 1 comments

https://github.com/Microsoft/vscode-tslint/issues/70

@egamma said:

I'm closing this issue, the right way to support this feature request is the tslint-language-server plugin.

For now, tslint-langauge-service does not support --type-check, so I've opened it here.

gfx avatar May 30 '17 03:05 gfx

@gfx the tslint-language-service should support rules which require --type-check, it passes a program to the tslint. Do you have a test case where this doesn't work.

egamma avatar Jun 02 '17 13:06 egamma