AWS Scripting Guy
AWS Scripting Guy
Relates to https://github.com/MicrosoftDocs/azure-docs/issues/48704
Just to clarify: extension works side by side with Ansible, only YAML validation would fail for custom tags.
Thanks for reporting this. You are right syntax is valid per YAML specs - seems to be a bug within Red Hat YAML server, issue open here https://github.com/redhat-developer/yaml-language-server/issues/77)
> Heya from one of the maintainers of [cfn-python-lint](https://github.com/awslabs/cfn-python-lint)! > > We stumbled upon your extension because one of our users was trying to use our extensions together and got...
Duplicate issue #43
Hi guys, ECS and ECR will be added. Per the missing resources: I support this project on a best effort basis. Having other priorities lately, I would need to work...
Let's ask @cmmeyer Chuck, I see a [repo](https://github.com/awsdocs/aws-cloudformation-user-guide/tree/master/doc_source) with CloudFormation docs, are there any better sources with raw CF resource structure? Ideally which could be queried and transformed as in...
Hi, cform-VSCode is just a snippet extension leveraging built-in JSON [language interpreter provided by VS Code,](https://github.com/vscode-langservers/vscode-json-languageserver) and Y[AML language interpreter provided by Red Hat](https://github.com/redhat-developer/yaml-language-server), so you might look at those...
Confirmed. The issue seems to be related to the new version of [yaml-language-server](https://github.com/redhat-developer/yaml-language-server). Until the issue is further isolated, please follow the steps below for a quick workaround. **Fix:** 1....
There are required tags to include in user settings under YAML setup section in README - did those additional in your list proved to be required while authoring templates?