I am trying to use the feature:
But somehow, it keeps showing the PortView (the view which can be evoked with brick.showPorts();). Sometimes it flickers to the console but then right back. The thing is though, that i do not even use brick.showPorts(); once.
I use a local instance of the Microsoft Makecode Webeditor to build to uf2 (since the with pxt build built uf2s do not even run) which I start with pxt serve. I installed the pxt toolchain and its things like described in the readme and on the makecode documentation. To write the code I use VS Code. I am also using Windows 10 on my Desktop and the 1.10E firmware on my EV3.
It seems like that this issue only applies to local hosted editors (I tested on two seperate machines) and not to the editor hosted on makecode.mindstorms.com.
I am trying to use the feature:
But somehow, it keeps showing the PortView (the view which can be evoked with
brick.showPorts();). Sometimes it flickers to the console but then right back. The thing is though, that i do not even usebrick.showPorts();once.I use a local instance of the Microsoft Makecode Webeditor to build to uf2 (since the with
pxt buildbuilt uf2s do not even run) which I start withpxt serve. I installed the pxt toolchain and its things like described in the readme and on the makecode documentation. To write the code I use VS Code. I am also using Windows 10 on my Desktop and the 1.10E firmware on my EV3.It seems like that this issue only applies to local hosted editors (I tested on two seperate machines) and not to the editor hosted on
makecode.mindstorms.com.