You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These "editors" are invoked via a button in the toolbox and opens a new page (inside an iframe in MakeCode), with content served by the URL. So this has the same issue that Eric addressed in the new 3rd party SHA-based extension.
For example, when you load the Jacdac extensions, you will get the "Configure" button in the Modules tray because pxt.json in microsoft/pxt-jacdac has this:
In pxt-microbit/targetconfig.json, see
These "editors" are invoked via a button in the toolbox and opens a new page (inside an iframe in MakeCode), with content served by the URL. So this has the same issue that Eric addressed in the new 3rd party SHA-based extension.
For example, when you load the Jacdac extensions, you will get the "Configure" button in the Modules tray because pxt.json in microsoft/pxt-jacdac has this:
you will see
There is an iframe protocol that allows the "editor" to inject code into the project:
https://makecode.com/extensions/extensions
The text was updated successfully, but these errors were encountered: