You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-28Lines changed: 37 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,55 @@
1
1
CloudFormation support for Visual Studio Code
2
2
===================
3
3
4
-
This is fork of [ST3 CloudFormation plugin](https://github.com/beaknit/cform).
4
+
This is a fork of [ST3 CloudFormation plugin](https://github.com/beaknit/cform).
5
5
6
6
7
7
Usage
8
8
-------------
9
9
10
10
1. Install the extension
11
11
2. Create **new file**
12
-
3. Set syntax to **JSON**
12
+
3. Set syntax to **JSON** or **YAML**
13
13
4. Type **start** and press ```tab``` key to populate basic template skeleton
14
14
5.**Start typing** desired **resource name** and hit ```tab``` key
15
15
16
16
17
-
> **Note:** CloudFormation support works with JSON syntax selected or .json, .cform, .template file extensions. These are commonly used CloudFormation template extensions.
17
+
> **Note:** CloudFormation support works with YAML/JSON syntax selected or .json, .cform, .template file extensions. These are commonly used CloudFormation template extensions.
When working with YAML documents, your current YAML language interpreter might not support syntax of AWS intrinsic functions, thus marking them as *unknown tag*.
56
65
This however has no effect on validity of the YAML document.
57
66
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).
67
+
> **Note:**You can solve this issue by whitelisting specific tags following instructions under section **YAML Templates**.
59
68
60
-
> **Note:**Works only for Red Hat YAML Language Server
69
+
> **Note:**Tested only with Red Hat YAML Language Server
61
70
62
71

0 commit comments