From f080f03553263da3121474f40198d5741bf73231 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Fri, 6 Dec 2024 10:11:36 +0000 Subject: [PATCH] Add pxt.json `hidden` and `searchOnly` options. To test suggestion in: https://github.com/microsoft/pxt-microbit/issues/6011#issuecomment-2518358871 --- pxt.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index ad6095f..e7f978d 100644 --- a/pxt.json +++ b/pxt.json @@ -24,5 +24,7 @@ "supportedTargets": [ "microbit" ], - "preferredEditor": "blocksprj" + "preferredEditor": "blocksprj", + "hidden": true, + "searchOnly": true }