vscode-cfn-lint
December 6, 2022 ยท View on GitHub
VS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation templates.
![[cfn-lint logo]](https://raw.githubusercontent.com/awslabs/aws-cfn-lint-visual-studio-code/main/logo.png)
Features
-
Uses cfn-lint to parse the template and show problems with it.
-
Uses pydot to preview the template as a graph of resources.

Requirements
Requires cfn-lint to be installed: pip install cfn-lint.
If you want to be able to preview templates as graphs, you also need to install pydot: pip install pydot.
Extension Settings
cfnLint.path: path to thecfn-lintcommand, optionally including parameters as well:

Community
Join us on Discord! Connect & interact with CloudFormation developers & experts, find channels to discuss and get help for cfn-lint, CloudFormation registry, StackSets, Guard and more:
Contribute
The code for this plugin can be found on GitHub at awslabs/aws-cfn-lint-visual-studio-code
