microsoft / pxt-robotis

Microsoft MakeCode for ROBOTIS
https://5d8c71b7-aa36-4a68-a9cb-288b989efb08.pxt.io/
MIT License
3 stars 7 forks source link

When exposing categories, how can I expose only the items I want? #37

Closed kjsii123 closed 4 years ago

kjsii123 commented 4 years ago

For example For categories, is it possible to selectively expose only the desired category, not all categories included in the "dependencies":{ } in the pxt.json file?

pelikhan commented 4 years ago

You can currently hide a category in pxttarget.json (see https://github.com/microsoft/pxt-arcade/blob/master/pxtarget.json#L281) and reenable from a pxt.json file (https://github.com/microsoft/pxt-arcade/blob/master/libs/edge-connector/pxt.json#L3)