Skip to content

Commit

Permalink
Fix schema link in Config.md (#3451)
Browse files Browse the repository at this point in the history
The schema at https://json.schemastore.org/lazygit.json is broken and
doesn't work. It should actually be removed.
  • Loading branch information
stefanhaller committed Mar 28, 2024
2 parents ce9cdd8 + 9b035ae commit 1cedfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 1cedfa4

Please sign in to comment.