From 5248e4fc367b53f683764fa6426459cf0cc0a4ed Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Thu, 7 Nov 2024 17:54:01 -0800 Subject: [PATCH] Update pxt.json hide bitmap --- libs/bitmap/pxt.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/bitmap/pxt.json b/libs/bitmap/pxt.json index 8e1648ca9f4..49bc50dfb66 100644 --- a/libs/bitmap/pxt.json +++ b/libs/bitmap/pxt.json @@ -9,7 +9,9 @@ "bitmap.ts", "shims.d.ts" ], - "public": false, + "public": true, + "hidden": true, + "searchOnly": true, "preferredEditor": "tsprj", "disablesVariants": [ "mbdal"