aws-scripting-guy / cform-VSCode

CloudFormation extension for Visual Studio Code
86 stars 36 forks source link

updated settings to reduce YAML parse errors/complaints #26

Closed pacohope closed 5 years ago

pacohope commented 5 years ago

Adding a couple extra data type specifiers in the settings.json example will reduce the number of errors by default in CloudFormation YAML. This addresses #12 and is basically the workaround mentioned in the comments in redhat-developer/yaml-language-server#77. I was getting the error mentioned in #12 myself, but with these in my User Settings, I no longer get the error.