tamayika / vscode-any-lint

VSCode Any Lint allows you to lint any files with any command line tools
Other
4 stars 2 forks source link

any-lint should re-trigger on window reload #22

Closed mgzenitech closed 1 month ago

mgzenitech commented 1 month ago

So I've observed that when file tab is left open in VSCode and window is reloaded Screenshot from 2024-07-19 08-56-11

any-lint doesn't re-trigger cli thus not showing errors if they existed before. Only way is to re-save the file. This looks like a bug?

tamayika commented 1 month ago

This will be fixed in the next release. However, when you are opening several tabs before reloading, vscode restores files in active tabs only. Files in inactive tabs are opened when its tab is activated.