From 37691b4d6a22d47cbe044c5d1f64e6e1d4b8f78a Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Thu, 21 May 2026 08:03:20 -0700 Subject: [PATCH] Add pauseUntil block to runtime configuration --- pxtarget.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pxtarget.json b/pxtarget.json index 28a112b7100..90f4ceeb06a 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -215,6 +215,10 @@ "runtime": { "mathBlocks": true, "loopsBlocks": true, + "pauseUntilBlock": { + "category": "loops", + "weight": 25 + }, "logicBlocks": true, "variablesBlocks": true, "textBlocks": true,