michaellzc / vscode-hadolint

VSCode extension to integrate hadolint, a Dockerfile linter, into VSCode
https://marketplace.visualstudio.com/items?itemName=exiasr.hadolint
MIT License
78 stars 5 forks source link

Need to reopen file to revalidate Dockerfile #10

Closed strayer closed 6 years ago

strayer commented 6 years ago

It seems that vscode-hadolint doesn't automatically revalidate an open file when changing it. I always have to close and open the file to force it to revalidate it.

I'm on vscode 1.28.2 on macOS Mojave (also happened on High Sierra), extension version is 0.2.1.

michaellzc commented 6 years ago

Hi @Strayer, thanks for opening the issue. It's fixed now.

strayer commented 6 years ago

Wow, that was quick! Thanks a lot!