From 9b035aed67b6b1383056aad86a7020724a5b52af Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 28 Mar 2024 13:24:54 +0100 Subject: [PATCH] Fix schema link in Config.md --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index 243c807c4..603f45b4f 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -19,7 +19,7 @@ If you want to change the config directory: JSON schema is available for `config.yml` so that IntelliSense in Visual Studio Code (completion and error checking) is automatically enabled when the [YAML Red Hat][yaml] extension is installed. However, note that automatic schema detection only works if your config file is in one of the standard paths mentioned above. If you override the path to the file, you can still make IntelliSense work by adding ```yaml -# yaml-language-server: $schema=https://json.schemastore.org/lazygit.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json ``` to the top of your config file or via [Visual Studio Code settings.json config][settings].