Skip to content

Commit

Permalink
AWS Yaml Settings
Browse files Browse the repository at this point in the history
Update YAML customTags per this issue:
redhat-developer/vscode-yaml#669
  • Loading branch information
eshinn committed Jun 21, 2022
1 parent 184e2c9 commit c495df3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"explorer.icon.enableNerdfont": true,
"explorer.quitOnOpen": true,
// "eslint.autoFixOnSave": true,
"eslint.autoFixOnSave": true,
"vetur.ignoreProjectWarning": true,
"yaml.customTags": [
"!And sequence",
"!Base64 scalar",
"!Cidr scalar",
"!Condition scalar",
"!Equals sequence",
"!FindInMap sequence",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!GetAtt scalar",
"!GetAZs scalar",
"!If sequence",
"!ImportValue scalar",
"!Join sequence",
"!Ref",
"!Not sequence",
"!Or sequence",
"!Ref scalar",
"!Select sequence",
"!Split sequence",
"!Sub"
"!Sub scalar",
"!Transform mapping"
]
}

0 comments on commit c495df3

Please sign in to comment.