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

Analysis in vscode not complete #64

Closed TristanFAURE closed 5 years ago

TristanFAURE commented 5 years ago

Hello when I run tslint -p myfolder_containing_tsconfig_json I have several errors

When I open VSCode (1.31.1) with this plugin (1.0.0) I have less errors (the results are the same as 'tslint path_of_my_ts_file')

I have a tslint.json at the root of my folder and tsconfig.json in the same folder of the TS files. My vs code options are default ones

Is it normal ?

mjbvz commented 5 years ago

Can you please provide an example of what errors are shown on the command line vs in the editor

mjbvz commented 5 years ago

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

mjbvz commented 5 years ago

Please don't double post issues