michaellzc / vscode-hadolint

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

Can't find hadolint even though its installed on my mac #83

Open munntjlx opened 1 year ago

munntjlx commented 1 year ago

I did read the 'old' issues, but nothing I was able to do got hadolint to find its binary. I edited the json file, etc. etc. etc. with proper path and the tool STILL didn’t' find hadolint. It used to work, but just stopped.

munntjlx commented 1 year ago

Not sure if this is a bug, but if you create a NEW file and then try to use hadolint (w/o a directory or file) the system should probably have a different error message. So long as the file exists, things work fine, but if you don't have a file for it to work on, the error is very confusing).