From d87ff9c226cd5cf9172a6a8dc49eebc9a362b2b4 Mon Sep 17 00:00:00 2001 From: printplaatreparatie <60609704+printplaatreparatie@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:37:49 +0100 Subject: [PATCH] Fix misplaced backtick Co-authored-by: Nicolas Mowen --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 150590548..dda399444 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -25,7 +25,7 @@ cameras: ## VSCode Configuration Schema -VSCode supports JSON schemas for automatically validating configuration files. You can enable this feature by adding # yaml-language-server: `$schema=http://frigate_host:5000/api/config/schema.json` to the beginning of the configuration file. Replace `frigate_host` with the IP address or hostname of your Frigate server. If you're using both VSCode and Frigate as an add-on, you should use `ccab4aaf-frigate` instead. Make sure to expose port `5000` for the Web Interface when accessing the config from VSCode on another machine. +VSCode supports JSON schemas for automatically validating configuration files. You can enable this feature by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema.json` to the beginning of the configuration file. Replace `frigate_host` with the IP address or hostname of your Frigate server. If you're using both VSCode and Frigate as an add-on, you should use `ccab4aaf-frigate` instead. Make sure to expose port `5000` for the Web Interface when accessing the config from VSCode on another machine. ## Environment Variable Substitution