-
https://minecraft.makecode.com seems like a simple way to teach a younger audience, but the architectural and licensing requirements are daunting, and for me, insurmountable. But, at that site, kids …
-
See #9733 for background. Right now `errno` is in `py/`, so it doesn't have inline documentation like `shared-bindings`.
-
**Describe the bug**
When the microbit is connected via webUSB to makecode, any program downloaded the microbit stops running at random intervals. It also disconnects from makecode requiring the use…
-
Any reason this is not working.
I copy the url into the Extension search box and it shows the Extension, but after clicking it is not being added to the UI.
-
Add converters for:
- [ ] static images (PNG, JPG, etc.)
- [ ] GIFs
- [ ] MIDI
Try to make it go both ways
-
**Describe the bug**
**[Firefox]** Teacher tool: **Page break** in print view of some checklist
**Steps to reproduce the behavior**
1.Navigate to https://makecode.microbit.org/beta--eval#
2. Hov…
-
The `README.md` instructions say to run `pxt serve -yt` to debug `.cpp` files. However, this doesn't work:
```powershell
[12:33:55 PM] ~/Documents/Code/Makecode/pxt-chibitronics> pxt serve -yt
U…
-
We can check if a hex file is MakeCode by looking at the magic number on the UICR. This can then be used by the Python Editor to inform the user.
-
1. Install MakeCode extension
2. Open `microsoft/vscode` repo
3. Open a TS file and right click to open context menu
4. :bug: see Start MakeCode Simulator in context menu
I would also sugges…
-
Sometimes users import hex files into MakeCode. This works if the hex file was created with MakeCode in the first place but not if it wasn't (e.g. it was created from C/C++ and Yotta). When it doesn't…