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
At work, we use a lot of AWS Cloudformation but put yaml files in a folder and name the file based on their use for example template-main for the main stack and template-s3 for an s3 bucket that the main stack will reference.
This means fileMatcher expression for cloud formation files will never match.
it would be great if this plugin had something like :SchemaStoreUse "AWS CloudFormation" so that I can "focre" it to use a given schema by name for the current buffer or allow appending to the fileMatcher in the configuration so that something like the below works
At work, we use a lot of AWS Cloudformation but put yaml files in a folder and name the file based on their use for example
template-main
for the main stack andtemplate-s3
for an s3 bucket that the main stack will reference.This means
fileMatcher
expression for cloud formation files will never match.it would be great if this plugin had something like
:SchemaStoreUse "AWS CloudFormation"
so that I can "focre" it to use a given schema by name for the current buffer or allow appending to thefileMatcher
in the configuration so that something like the below worksThe text was updated successfully, but these errors were encountered: