microsoft / pxt-robotis

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

Selection of extension exposure. #36

Closed kjsii123 closed 4 years ago

kjsii123 commented 4 years ago

How can I expose only the items I want when exposing extensions?

For example: If you look at the capture below, libs / base, libs / core, etc. are included in the extension and exposed. extension_robotis

However, as shown below, the extension is not exposed in the case of Lego. Which part should I change? Or is there a reference you can refer to? extension_lego

pelikhan commented 4 years ago

You can set a flag

 "hidden": true

in pxt.json