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

Fix #95 #107

Closed probert94 closed 3 years ago

probert94 commented 4 years ago

Change problemMatcher.owner from tslint to typescript.

Since this version of the tslint-plugin is running as a tsserver plugin, the owner of the reported problems is no longer tslint but typescript. Using tslint as owner in the problemMatchers might result in duplicate errors.

Fix #95

probert94 commented 3 years ago

@mjbvz is there anything missing for this PR to be merged?

probert94 commented 3 years ago

Closing since tslint has been deprecated