From 69326acaed394959dcc161f20ccdf224d5abcda8 Mon Sep 17 00:00:00 2001 From: Manuel Vogel <8409778+mavogel@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:31:44 +0100 Subject: [PATCH] docs: update minor for json-schema Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com> --- source/mkdocs/docs/developer-guide/json-schema.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/mkdocs/docs/developer-guide/json-schema.md b/source/mkdocs/docs/developer-guide/json-schema.md index a141f426b..16cc22b1d 100644 --- a/source/mkdocs/docs/developer-guide/json-schema.md +++ b/source/mkdocs/docs/developer-guide/json-schema.md @@ -23,5 +23,6 @@ By exploring each LZA configuration file using the schema, you will be able to d ## Getting Started This feature is designed to enhance the experience of working with the LZA configuration files and is immediately available. To take advantage of this, open up any of the LZA configuration files in an editor that supports JSON Schema. A few popular IDEs are listed below that have been validated: -* VSCode: requires the YAML extension + +* VSCode: requires the YAML extension: `code --install-extension redhat.vscode-yaml` * IntelliJ