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
3131
3232![ Installation] ( https://raw.githubusercontent.com/aws-scripting-guy/cform-VSCode/master/assets/install_extension.gif )
3333
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+
3441Changelog
3542-------------------
43+
44+ 0.0.8
45+ * corrected issue with missing language mode UI
46+ * added latest .vsix to GitHub repo for manual install
36470.0.6
3748* added support for .cform and .template file extensions
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.7 " ,
8+ "version" : " 0.0.8 " ,
99 "publisher" : " aws-scripting-guy" ,
1010 "icon" : " images/ManagementTools_CloudFormation.svg" ,
1111 "repository" : {
2222 "languages" : [
2323 {
2424 "id" : " json" ,
25- "aliases" : [],
26- "extensions" : [" .cform" ," .template" ]
25+ "aliases" : [
26+ " JSON" ,
27+ " json"
28+ ],
29+ "extensions" : [
30+ " .json" ,
31+ " .cform" ,
32+ " .template"
33+ ]
2734 }
2835 ],
2936 "snippets" : [
You can’t perform that action at this time.
0 commit comments