You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running VS Code and already have the Ansible extension running. All my CF templates in YAML are not linted (I am guessing because they are not detected correctly) but my JSON one are. Any suggestions to get YAML detected correctly for both Ansible and cfn-lint??? I would be happy if I could convince the system that .yaml is Ansible and .yml is CF Templates.
The text was updated successfully, but these errors were encountered:
For me it lists YAML files as Ansible normally. I have managed to hack it a bit to get Yaml like so:

Though to be honest I do not remember how I made that happen.
Louis
I am running VS Code and already have the Ansible extension running. All my CF templates in YAML are not linted (I am guessing because they are not detected correctly) but my JSON one are. Any suggestions to get YAML detected correctly for both Ansible and cfn-lint??? I would be happy if I could convince the system that .yaml is Ansible and .yml is CF Templates.
The text was updated successfully, but these errors were encountered: