From 53fae2fac5f8ee5aee63d47f64a0780a1950db14 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Thu, 23 Apr 2020 05:07:59 +0200 Subject: [PATCH] turn tutorialBlocksDiff off (#97) * Update gesture field for new Blockly renderer (#2658) * Update gesture field for new Blockly renderer * Bump pxt-core to 5.36.1 * percent sign for motors block * shims & strings * turn tutorialBlocksDiff off Co-authored-by: Amerlander --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index b3838b3c..ca6c140e 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -421,7 +421,7 @@ "simScreenshotMaxUriLength": 300000, "importExtensionFiles": true, "githubEditor": true, - "tutorialBlocksDiff": true, + "tutorialBlocksDiff": false, "python": true, "pythonToolbox": true, "chooseLanguageRestrictionOnNewProject": true,