Skip to content

Commit 0c7b94f

Browse files
author
AWS Scripting Guy
committed
0.0.15
1 parent ba2d560 commit 0c7b94f

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

package.json

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "cform",
66
"displayName": "CloudFormation",
77
"description": "VS Code Plugin for CloudFormation",
8-
"version": "0.0.13",
8+
"version": "0.0.15",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.png",
1111
"repository": {
@@ -53,31 +53,9 @@
5353
"language": "yaml",
5454
"path": "./snippets/yaml-snippets.json"
5555
}
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-
}
56+
]
7957
},
80-
"extensionDependencies":[
58+
"extensionDependencies": [
8159
"redhat.vscode-yaml"
8260
]
8361
}

0 commit comments

Comments
 (0)