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

CloudFormation Linter IDE integration, autocompletion, and documentation
https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint
Apache License 2.0
257 stars 136 forks source link

Extension is not working #375

Closed harishs-cg closed 5 months ago

harishs-cg commented 7 months ago

I have verified from the terminal to check if linting works and it does. Adding the path to vscode settings also doesn't change anything.

ethanengland commented 7 months ago

Same issue here

kddejong commented 5 months ago

In your Output tab there is a pull down for CloudFormation linter Language Server. Can you provide a redacted version of the log?

harishs-cg commented 5 months ago

In your Output tab there is a pull down for CloudFormation linter Language Server. Can you provide a redacted version of the log?

The language client requires VS Code version ^1.82.0 but received version 1.81.0

Looks like the fix was obvious. It worked.