File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 5
5
"name" : " cform" ,
6
6
"displayName" : " CloudFormation" ,
7
7
"description" : " VS Code Plugin for CloudFormation" ,
8
- "version" : " 0.0.13 " ,
8
+ "version" : " 0.0.15 " ,
9
9
"publisher" : " aws-scripting-guy" ,
10
10
"icon" : " images/ManagementTools_CloudFormation.png" ,
11
11
"repository" : {
53
53
"language" : " yaml" ,
54
54
"path" : " ./snippets/yaml-snippets.json"
55
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
- }
56
+ ]
79
57
},
80
- "extensionDependencies" :[
58
+ "extensionDependencies" : [
81
59
" redhat.vscode-yaml"
82
60
]
83
61
}
You can’t perform that action at this time.
0 commit comments