paleite / eslint-plugin-diff

Run ESLint on your changes only
https://npm.im/eslint-plugin-diff
MIT License
172 stars 13 forks source link

Errors are not shown in vs code #36

Open yuvalshilo opened 1 year ago

yuvalshilo commented 1 year ago

Hi, I have the exact same error as issue: https://github.com/paleite/eslint-plugin-diff/issues/14

"When using the plugin, no warnings show up in the editor at all. The linting does work as expected, but the errors or warnings that show up in the editor disappear completely. I've attached a video of the ESLint errors showing up in VS code when the plugin is not present."

I tried installing the version eslint-plugin-diff@2.0.2-1 and eslint-plugin-diff@2.0.2-2 but the issues still happens.

any new information about this?

Thanks!

stealthrabbi commented 5 months ago

I've noticed that if you relaunch vscode, the lint errors are displayed. But any errors added during hte current vscode session are not shown.