KamasamaK / vscode-cflint

An extension to integrate CFLint into Visual Studio Code.
MIT License
17 stars 9 forks source link

invalid cflint.jarPath fails silently #8

Closed zspitzer closed 6 years ago

zspitzer commented 6 years ago

I had the wrong cflint.jarPath set and while the extension complains if there isn't a cflint.jarPath set, it doesn't appear to validate that the jar configured in cflint.jarPath exists

KamasamaK commented 6 years ago

Prior to every lint, the extension does validate if the value of cflint.jarPath refers to a file that exists. If it does not, an error message is displayed.