-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn users when using V2 API features with micro:bit V1 #1177
Conversation
Preview build will be at |
a3f6454
to
efcb956
Compare
@@ -2430,7 +2448,7 @@ | |||
"webusb-error-clear-connect-description-2": [ | |||
{ | |||
"type": 0, | |||
"value": "Close any other pages or tabs that may be using WebUSB (e.g. MakeCode, Python Editor), or unplug and replug the micro:bit before trying again." | |||
"value": "Close any other tabs that may be using WebUSB (e.g. MakeCode, Python Editor), or unplug and replug the micro:bit before trying again." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzled about this. When did this change and why wasn't this file updated then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change happens on main too.
I think it was accidentally included in 9bfff59 because we made a change to ui.en.json then reverted it but failed to revert the updated src/messages file. So this revert is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updates Pyright to included the changes from microbit-foundation/pyright#35