From 93cd973e59ae854382841d1256a97d5b5be733b0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 29 May 2022 08:48:55 -0600 Subject: [PATCH] Update index.md (#3267) --- docs/docs/configuration/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index c0d74085d..14fe556d6 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -25,6 +25,10 @@ cameras: height: 720 ``` +### VSCode Configuration Schema + +VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon. + ### Full configuration reference: :::caution