Skip to content

Commit 999a6e3

Browse files
author
AWS Scripting Guy
committed
updated readme
1 parent 9846155 commit 999a6e3

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

README.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ Usage
2222
YAML support
2323
-------------------
2424

25-
YAML template creation follows the same syntax rules: type **start** to populate new template. Handsome of the most used snippets was translated. E.g.```s3-bucket```,```ec2-instance```,```rds-instance```,```elastic-load-balancer-internal```,```vpc```.
25+
YAML template creation follows the same syntax rules: type **start** to populate new template.
2626

2727
Please make sure you update regularly as additional snippets are being continuosly added.
2828

29+
> **Note:** Requires installation of [YAML Language Server](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml).
30+
31+
2932
Installation
3033
-------------------
3134

@@ -52,32 +55,11 @@ Known issues
5255
When working with YAML documents, your current YAML language interpreter might not support syntax of AWS intrinsic functions, thus marking them as *unknown tag*.
5356
This however has no effect on validity of the YAML document.
5457

55-
![YAML known issue](https://github.com/raw/aws-scripting-guy/cform-VSCode/master/assets/known_issue1.png)
56-
57-
Changelog
58-
-------------------
59-
0.0.13
60-
* yaml - most of the snippets translated
58+
You can solve this issue by [whitelisting custom tags in your user settings](https://github.com/aws-scripting-guy/cform-VSCode/blob/master/yaml.customTags.json).
6159

62-
0.0.12
63-
* yaml - several new snippets added (vpc, ec2-instance, autoscaling-group, rds-dbinstance, elastic-load-balancer-internal, subnet, s3-bucket, s3-bucket-policy, cloudwatch-alarm, ref, get-azs,get-attr, parameter, output, map, find-in-map)
60+
> **Note:** Works only for Red Hat YAML Language Server
6461
65-
0.0.11
66-
* yaml - added experimental support
67-
* merged new snippets (Codepipeline, Codecommit, LaunchTemplate)
68-
* corrected Tags property
69-
70-
0.0.10
71-
* start snippet correction
72-
* lambda support
73-
* function IF
74-
75-
0.0.8
76-
* corrected issue with missing language mode UI
77-
* added latest .vsix to GitHub repo for manual install
78-
79-
0.0.6
80-
* added support for .cform and .template file extensions
62+
![YAML known issue](https://github.com/raw/aws-scripting-guy/cform-VSCode/master/assets/known_issue1.png)
8163

8264
Contributing
8365
-------------------

0 commit comments

Comments
 (0)