-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to execute linting? #134
Comments
Should be. Something to keep in mind is that it's trying to determine if each file is a CloudFormation template. Should see one of these messages in the |
In the Output tab, after selecting "CloudFormation linter Language Server", I see this:
It appears that this is what I needed. Perhaps I was just never saving a version of my CFN that had issues, so I didn't see anything under Problems. |
I've installed the latest version of this plugin, and I see nothing at all different about VSCode using CFN templates. I see the
cfnLint.*
options in my Settings but that's it. I see no new buttons, menus, menu options, linting, formatting, etc. When does linting happen? On save?I can run a locally-installed version of
cfn-lint
(brew install cfn-lint
), and if I run that manually, it shows me warnings and errors, but whether I configure thecfnLint.path
in my settings to the local version or thepip
installed version, VSCode shows nothing. I assume I am supposed to see something under Problems?The text was updated successfully, but these errors were encountered: