microsoft / microsoft/pxt-microbit
Feature: Extensions persist across projects
@unthinkmedia is already working on this.
Since Feb 15, 2022.
- Dominant language
- TypeScript
- Stars
- 804
- Forks
- 721
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
micro:bit support 27103
Issue:
When attempting to program the micro:bit, it is often necessary to download an extension to include features of a particular environment.
Examples: SparkFun's "moto:bit" or Dexter Industries "gigglebot"
These two hardware platforms require these extensions.
What I observed:
When programming a device, I download a particular extension. If I want to start a new project, I hit "new project" from the home page and a new project is created, but without the extension(s) loaded.
In the case of teaching my granddaughters how to program using MakeCode, I entered a simple program for them as an example, let them play with it, and then had them "start a new project" to create a program of their own. Alas! the downloaded "Gigglebot" extension was missing and caused no end of confusion.
Feature Request
Allow downloaded extensions to remain when creating a "new project" (this could be a "setting") This would allow the student to create new projects at will without having to search and download the necessary extensions each time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.