-
-
Notifications
You must be signed in to change notification settings - Fork 38
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] Latest CircuitPython Extension (0.2.0) does not work with latest VSCode Version (1.85.1) #136
Comments
I think this is the same as issue #134. If you open the VSCode dev tools you should see an error saying the CircuitPython extension cannot find If you inspect the contents of the .vsix file (it's just a zip file), you will see that this file is missing from You can get past this and get the extension to load by placing the However, when I did this there were further bugs related to loading libraries as outlined in issue #134 |
How sure are you that it did? VS Code 1.85.1 came out before CircuitPython Extension (0.2.0), so to have CircuitPython Extension 0.2.0 installed in VSCode 1.84.2 would mean that they were updated out of order. As far as I can tell CircuitPython Extension (0.2.0) is just broken but if you figure out how it could have worked in VSCode 1.84.2, it would be interesting to know. |
Pretty sure. |
Same here, latest version of vscode. |
This fixed part of my issue but I also didn't have python installed, once it was installed and I restarted this issue went away. |
uninstalled it. I never could get this to work regardless of version. latest VS Code on Linux Mint. |
I had the same issue, and had to revert to v0.1.20 to get it to work again (Microsoft Windows 10 Home). |
Currently, on three Linux systems, I have VSC 1.85.2 and 0.2.0 are working. |
I had to install 0.1.2, then go into .vscode/extensions and manually delete 0.2 for it to work |
Just encountered this issue on Windows 11. Downgrading to v0.1.20 worked. Version: 1.87.2 (user setup) |
Has this been fixed yet for version 0.2.0? |
I am afraid nope, not fixed. Also, I have found the script used to rebuild the stubs/boards needs to be reworked since it does not build stubs correctly anymore. I am looking at the code of the extension, but I have never done typescript, so at the moment, I am learning how the extensionis put together and built. |
So you're saying it's just better to stick with the old versions? |
Describe the bug
If I try to execute a CircuitPython command in VSCode I get "Command 'xyz' not found" for all commands (open serial Monitor, update libraries, ...)
To Reproduce
Install the latest circuit CircuitPython Extension (0.2.0) and the latest VSCode (or VSCodium) Version (1.85.1) and try any command
CircuitPython Extension (0.1.2) works fine with VSCode (or VSCodium) Version (1.85.1)
CircuitPython Extension (0.2.0) works fine with VSCode (or VSCodium) Version (1.84.2)
Screenshots
Desktop (please complete the following information):
Additional context
Tested on 3 different Windows 10 pro computers
The text was updated successfully, but these errors were encountered: