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: config/schemas/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,16 @@ EOF
84
84
```
85
85
86
86
The output can be tweaked and inserted into `config/schemas/config.yaml` under `.properties`.
87
+
88
+
## VSCode
89
+
90
+
The plugin `redhat.vscode-yaml` can provide auto completion, validation and help texts from the schema.
91
+
This can be enabled this in other repositories by editing the file `.vscode/settings.json`, adding the path or URL to the schema under the key `.["yaml.schemas"]` like below:
0 commit comments