Skip to content

Commit f080f03

Browse files
Add pxt.json hidden and searchOnly options.
To test suggestion in: microsoft/pxt-microbit#6011 (comment)
1 parent 9554e4e commit f080f03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pxt.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424
"supportedTargets": [
2525
"microbit"
2626
],
27-
"preferredEditor": "blocksprj"
27+
"preferredEditor": "blocksprj",
28+
"hidden": true,
29+
"searchOnly": true
2830
}

0 commit comments

Comments
 (0)