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 82844d3 commit 1d69f5eCopy full SHA for 1d69f5e
package.json
@@ -5,7 +5,7 @@
5
"name": "cform",
6
"displayName": "CloudFormation",
7
"description": "VS Code Plugin for CloudFormation",
8
- "version": "0.0.1",
+ "version": "0.0.2",
9
"publisher": "aws-scripting-guy",
10
"icon": "images/ManagementTools_CloudFormation.svg",
11
"repository": {
@@ -21,7 +21,7 @@
21
"contributes": {
22
"snippets": [
23
{
24
- "language": "JSON",
+ "language": "javascript",
25
"path": "./snippets/snippets.json"
26
}
27
]
0 commit comments