{"id":13515192,"url":"https://github.com/aws-cloudformation/cfn-lint-visual-studio-code","last_synced_at":"2026-04-07T04:31:31.913Z","repository":{"id":37255982,"uuid":"131912342","full_name":"aws-cloudformation/cfn-lint-visual-studio-code","owner":"aws-cloudformation","description":"CloudFormation Linter IDE integration, autocompletion, and documentation","archived":false,"fork":false,"pushed_at":"2026-03-27T08:15:55.000Z","size":12791,"stargazers_count":286,"open_issues_count":43,"forks_count":171,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-03-27T19:50:33.484Z","etag":null,"topics":["aws","aws-cloudformation","cfn-lint","cloudformation","cloudformation-linter","linter","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws-cloudformation.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-02T22:27:37.000Z","updated_at":"2026-03-26T21:04:49.000Z","dependencies_parsed_at":"2026-01-29T22:02:45.999Z","dependency_job_id":null,"html_url":"https://github.com/aws-cloudformation/cfn-lint-visual-studio-code","commit_stats":null,"previous_names":["aws-cloudformation/aws-cfn-lint-visual-studio-code","awslabs/aws-cfn-lint-visual-studio-code"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/aws-cloudformation/cfn-lint-visual-studio-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-cloudformation%2Fcfn-lint-visual-studio-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-cloudformation%2Fcfn-lint-visual-studio-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-cloudformation%2Fcfn-lint-visual-studio-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-cloudformation%2Fcfn-lint-visual-studio-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-cloudformation","download_url":"https://codeload.github.com/aws-cloudformation/cfn-lint-visual-studio-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-cloudformation%2Fcfn-lint-visual-studio-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cloudformation","cfn-lint","cloudformation","cloudformation-linter","linter","visual-studio-code"],"created_at":"2024-08-01T05:01:07.339Z","updated_at":"2026-04-07T04:31:31.878Z","avatar_url":"https://github.com/aws-cloudformation.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# vscode-cfn-lint\n[![Version](https://img.shields.io/visual-studio-marketplace/v/kddejong.vscode-cfn-lint.svg?style=flat)](https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint)\n[![Version](https://img.shields.io/visual-studio-marketplace/d/kddejong.vscode-cfn-lint.svg?style=flat)](https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint)\n\nVS Code CloudFormation Linter uses cfn-lint to lint your CloudFormation templates.\n\u003cimg alt=\"[cfn-lint logo]\" src=\"https://raw.githubusercontent.com/awslabs/aws-cfn-lint-visual-studio-code/main/logo.png\" width=\"150\" align=\"right\"\u003e\n\n## Features\n\n- Uses [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) to parse the template and show problems with it.\n\n- Uses [pydot](https://pypi.org/project/pydot/) to preview the template as a graph of resources.\n\n![features](/images/features.png)\n\n## Requirements\n\nRequires `cfn-lint` to be installed: `pip install cfn-lint`.\n\nIf you want to be able to preview templates as graphs, you also need to install `pydot`: `pip install pydot`.\n\n## Extension Settings\n\n* `cfnLint.path`: path to the `cfn-lint` command, optionally including [parameters](https://github.com/aws-cloudformation/cfn-python-lint/#parameters) as well:\n\n![](/images/settings.png)\n\n## Community\n\nJoin us on Discord! Connect \u0026 interact with CloudFormation developers \u0026\nexperts, find channels to discuss and get help for cfn-lint, CloudFormation registry, StackSets,\nGuard and more:\n\n[![Join our Discord](https://discordapp.com/api/guilds/981586120448020580/widget.png?style=banner3)](https://discord.gg/9zpd7TTRwq)\n\n## Contribute\n\nThe code for this plugin can be found on GitHub at [awslabs/aws-cfn-lint-visual-studio-code](https://github.com/awslabs/aws-cfn-lint-visual-studio-code)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-cloudformation%2Fcfn-lint-visual-studio-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws-cloudformation%2Fcfn-lint-visual-studio-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-cloudformation%2Fcfn-lint-visual-studio-code/lists"}