From f8c7de257340a9f2758486a7745585eaa0840726 Mon Sep 17 00:00:00 2001 From: George Cook Date: Thu, 9 Nov 2023 21:46:40 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4aa2b902..48f97141 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,8 +62,8 @@ Either click the select brighterscript button in the bottom right, or add this s ``` ## IMPORTANT: Disable rendezvous tracking, when launching from vscode -Roku will perform poorly if roku's rendezvous tracking is enabled, when launching from vscode. Please ensure your launch.json config has this flag set to false -` "rendezvousTracking": false` +Roku will perform poorly if roku's rendezvous tracking is enabled, when launching from vscode. Please ensure your launch.json config has this flag set to false. e.g. `"rendezvousTracking": false` + ```javascript { "type": "brightscript",