Skip to content

Commit 1145bb9

Browse files
author
AWS Scripting Guy
committed
install and configure YAML dependencies automatically
1 parent 999a6e3 commit 1145bb9

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

package.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,31 @@
5353
"language": "yaml",
5454
"path": "./snippets/yaml-snippets.json"
5555
}
56-
]
57-
}
56+
],
57+
"configurationDefaults": {
58+
"[yaml]": {
59+
"yaml.customTags": [
60+
"!And",
61+
"!If",
62+
"!Not",
63+
"!Equals",
64+
"!Or",
65+
"!FindInMap",
66+
"!Base64",
67+
"!Cidr",
68+
"!Ref",
69+
"!Sub",
70+
"!GetAtt",
71+
"!GetAZs",
72+
"!ImportValue",
73+
"!Select",
74+
"!Split",
75+
"!Join"
76+
]
77+
}
78+
}
79+
},
80+
"extensionDependencies":[
81+
"redhat.vscode-yaml"
82+
]
5883
}

0 commit comments

Comments
 (0)