vscode-circuitpython
vscode-circuitpython copied to clipboard
VSCode extension for Adafruit's CircuitPython
**Describe the bug** ModuleNotFoundError: No module named 'board' In VSC Console and more important when trying to initialize VSC debugging module 'board' is not found (i guess because it is...
This should ensure that only the config key we care about is updated, and not every other config that the user has set. As mentioned in https://github.com/joedevivo/vscode-circuitpython/issues/105 I am NOT...
 - OS: win10 More Info Published 2020-03-03, 16:30:41 Last released 2023-02-13, 06:52:30 ``` 2023-12-15 23:13:21.426 [error] TypeError: Cannot read properties of undefined (reading 'name') at new LibraryQP (c:\Users\User\.vscode\extensions\joedevivo.vscode-circuitpython-0.1.20-win32-x64\out\librarymanager\libraryManager.js:25:24) at...
code: ``` import neopixel ``` error: ``` code.py output: Traceback (most recent call last): File "code.py", line 1, in ValueError: Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/mpy-update...
Not a bug, just a request for a feature. **Expected behavior** It would be nice if the extension could parse the first line or the "Board ID:" line of the...
Is there a way to get support for this new board added, or is this something that I should be able to configure myself? Any help greatly appreciated.
**Describe the bug** When I start VS code on my Debian ARM SBC (OPi5b), I can install the extension just fine on that system. Board selection or serial monitor opening...
**Describe the bug** Error message "h:\code.py" is overriding the stdlib module "code" **To Reproduce** Steps to reproduce the behavior: Add CIRCUTPY drive with Open Folder Open code.py  **Desktop (please...
Hi @joedevivo, really nice extension! This is a really great way to develop for CircuitPython and I have sponsored you to show my appreciation ❤️. I am giving a talk...
**Describe the bug** Cannot use circuitpython after window loaded, this because pylance blocked python plugin loading. Could you please remove dependency of pylance? **To Reproduce** Steps to reproduce the behavior:...