From eaecd2c573ec7048af91d5710de4bd0c64e1b91d Mon Sep 17 00:00:00 2001 From: Vivianne Date: Fri, 26 Jul 2024 17:29:21 +0800 Subject: [PATCH] Update Config.md - location of the config in Windows Update the location of the config file in Windows in the file Config.md --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index e43bdf90..d386ff31 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -10,7 +10,7 @@ Changes to the user config will only take place after closing and re-opening laz - OSX: `~/Library/Application Support/jesseduffield/lazydocker/config.yml` - Linux: `~/.config/lazydocker/config.yml` -- Windows: `C:\\Users\\\\AppData\\Roaming\\jesseduffield\\lazydocker\\config.yml` (I think) +- Windows: `C:\Users\\AppData\Roaming\lazydocker\config.yml` 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]