Skip to content

Commit de88c31

Browse files
author
aws-scripting-guy
committed
Fix for issue #2 + added .vsix for manual install behing corp. proxy
1 parent af96c75 commit de88c31

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ Installation
3131

3232
![Installation](https://github.com/raw/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+
3441
Changelog
3542
-------------------
43+
44+
0.0.8
45+
* corrected issue with missing language mode UI
46+
* added latest .vsix to GitHub repo for manual install
3647
0.0.6
3748
* added support for .cform and .template file extensions

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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": {
@@ -22,8 +22,15 @@
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": [

0 commit comments

Comments
 (0)