We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461f95 commit 65a46daCopy full SHA for 65a46da
snippets/snippets.json
@@ -73,7 +73,7 @@
73
},
74
"codecommit-repository": {
75
"prefix": "codecommit-repository",
76
- "body": "\r\n\"${1:cloudWatchAlarm}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n,
+ "body": "\r\n\"${1:cloudWatchAlarm}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n }\r\n}\r\n",
77
"description": "",
78
"scope": "source.cloudformation"
79
0 commit comments