-
-
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
[BUG] Updated to 0.2.0 from 0.1.20 cannot pick a board #134
Comments
Seeing something similar here on W10 where was working at v0.1.20, now running v0.2.0 the VSC Extension Host Output shows:
If I supply that file using @wmerkens method from #121 I get past this error and things load until the libs try and update, when this error is shown:
|
If you open the VSIX file as a zip file this file is not there |
Using VSC 1.85.2 and 0.2.0 now seems to work correctly, tested on three Linux systems. I found that since I rebuilt the stubs/boards then 0.2.0 will work on any VSC, Only on a clean install of the Ext will this problem occur. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
command 'circuitpython.selectBoard' not found
Expected behaviour
Should open from the top of the VSCode, the board select list
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I wiped the .vscode from the circuitpy drive so as to rebuild it. I made sure the firmware was up to date.
"circuitpython.board.version": "8.2.9"
I tested with a second board, and I got the same error.
I reverted back to v0.1.20, and things work correctly.
The text was updated successfully, but these errors were encountered: