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

Move rule name from message to code in diagnostics #30

Closed glen-84 closed 5 years ago

glen-84 commented 5 years ago

image

The code is currently displaying as 1 for all problems.

Similar change for my own extension here.

mjbvz commented 5 years ago

Duplicate of https://github.com/Microsoft/typescript-tslint-plugin/issues/16