Skip to content

aws-cloudformation/cfn-lint-visual-studio-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

203777a · Feb 25, 2025
Oct 4, 2024
Aug 11, 2022
Feb 12, 2025
Oct 12, 2020
Jun 12, 2020
Feb 12, 2025
Jul 19, 2022
May 4, 2018
May 4, 2018
Feb 25, 2025
May 2, 2018
Sep 26, 2022
May 2, 2018
May 12, 2020
Dec 6, 2022
Feb 8, 2019
Feb 25, 2025
Feb 25, 2025
May 9, 2018
May 4, 2018
May 4, 2018

vscode-cfn-lint

Version Version

VS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation templates. [cfn-lint logo]

Features

  • Uses cfn-lint to parse the template and show problems with it.

  • Uses pydot to preview the template as a graph of resources.

features

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 the cfn-lint command, 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:

Join our Discord

Contribute

The code for this plugin can be found on GitHub at awslabs/aws-cfn-lint-visual-studio-code