Skip to content
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

libraryManager.js needs to be updated to include new CircuitPython 8.x bundle #107

Open
bflick81 opened this issue Dec 27, 2022 · 0 comments

Comments

@bflick81
Copy link

I just installed this VS Code extension and connected my Adafruit Feather ESP32-S3 TFT board. It works well for everything, but the board is only supported by CircuitPython v8 and the extension is not setup to handle this bundle by default.

I was able to fix this quite easily by updating the libraryManager.js file for the extension and adding the suffix '8.x-mpy' on line 352. After this update, I removed the previously downloaded bundles and when the extension fetched them again it included v8 and the libraries matched properly, too.

Excellent work on the extension to make much of it dynamic to support this change. Perhaps the CircuitPython bundles could be split out into a configurable variable instead? I am not an extension developer, so I don't know what the best long-term solution would be. A simple code edit is all I request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant