threadheap / serverless-ide-vscode

Serverless IDE: Enhanced support for AWS SAM and CloudFormation in VS Code
https://serverless-ide.com/
195 stars 46 forks source link

Need help troubleshooting issue with cfn-lint, #221

Open KWLandry-acoustic opened 2 months ago

KWLandry-acoustic commented 2 months ago

I'm pretty sure cfn-lint is what's being run to get the messaging, so have confirmed cfn-lint installed and working (also used the install cfn-lint command at one point)

image

But serverless-ide reports that it cannot find it,

image

I'm guessing that serverless-ide simply isn't finding cfn-lint (even added a specific path as seen here)

image

But, after trying everything I can think of, still not working, so asking for some additional thoughts or details to work out why the default install/add to vscode is missing the reference and returning the message of 'no command provided',

Thanks, KWL