File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010 1 . Install the extension
1111 2 . Create ** new file**
12- 3 . Set syntax to ** JavaScript **
12+ 3 . Set syntax to ** JSON **
1313 4 . Type ** start** and press ``` tab ``` key to populate basic template skeleton
1414 5 . ** Start typing** desired ** resource name** and hit ``` tab ``` key
1515
1616
17- > ** Note:** Syntax have to be set to JavaScript for now. I will try to manage file extension in next release.
17+ > ** Note:** CloudFormation support works with JSON syntax selected or .json file extension. I will try to manage more file extensions in next release.
1818
1919![ New template file] ( https://raw.githubusercontent.com/aws-scripting-guy/cform-VSCode/master/assets/new_template_file.gif )
2020
Original file line number Diff line number Diff line change 55 "name" : " cform" ,
66 "displayName" : " CloudFormation" ,
77 "description" : " VS Code Plugin for CloudFormation" ,
8- "version" : " 0.0.3 " ,
8+ "version" : " 0.0.4 " ,
99 "publisher" : " aws-scripting-guy" ,
1010 "icon" : " images/ManagementTools_CloudFormation.svg" ,
1111 "repository" : {
2121 "contributes" : {
2222 "snippets" : [
2323 {
24- "language" : " javascript " ,
24+ "language" : " json " ,
2525 "path" : " ./snippets/snippets.json"
2626 }
2727 ]
You can’t perform that action at this time.
0 commit comments