We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a6e3 commit 1145bb9Copy full SHA for 1145bb9
package.json
@@ -53,6 +53,31 @@
53
"language": "yaml",
54
"path": "./snippets/yaml-snippets.json"
55
}
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
83
0 commit comments