File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,18 @@ Installation
31
31
32
32
![ Installation] ( https://github.com/raw/aws-scripting-guy/cform-VSCode/master/assets/install_extension.gif )
33
33
34
+ Troubleshooting
35
+ -------------------
36
+
37
+ * Users behing proxy:
38
+ Download latest ** .vsix** file from GitHub repo for manual install
39
+ ![ cform-VSCode GitHub repo] ( https://github.com/aws-scripting-guy/cform-VSCode )
40
+
34
41
Changelog
35
42
-------------------
43
+
44
+ 0.0.8
45
+ * corrected issue with missing language mode UI
46
+ * added latest .vsix to GitHub repo for manual install
36
47
0.0.6
37
48
* added support for .cform and .template file extensions
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.7 " ,
8
+ "version" : " 0.0.8 " ,
9
9
"publisher" : " aws-scripting-guy" ,
10
10
"icon" : " images/ManagementTools_CloudFormation.svg" ,
11
11
"repository" : {
22
22
"languages" : [
23
23
{
24
24
"id" : " json" ,
25
- "aliases" : [],
26
- "extensions" : [" .cform" ," .template" ]
25
+ "aliases" : [
26
+ " JSON" ,
27
+ " json"
28
+ ],
29
+ "extensions" : [
30
+ " .json" ,
31
+ " .cform" ,
32
+ " .template"
33
+ ]
27
34
}
28
35
],
29
36
"snippets" : [
You can’t perform that action at this time.
0 commit comments