From bc520b352dcc17713497de81051e208e7da08484 Mon Sep 17 00:00:00 2001 From: SoCuul <63339559+SoCuul@users.noreply.github.com> Date: Tue, 15 Apr 2025 23:29:54 -0700 Subject: [PATCH] Update pxtarget.json to disable vscode for ninja config --- pxtarget.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 8a21111ec3..8d3f228ace 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -713,7 +713,8 @@ "embeddedTutorial": true, "allowParentController": true, "shareFinishedTutorials": false, - "hideReplaceMyCode": false + "hideReplaceMyCode": false, + "showOpenInVscode": false } } },