vscode-circuitpython
vscode-circuitpython copied to clipboard
VSCode extension for Adafruit's CircuitPython
**Describe the bug** When trying to run Show Available Libraries, List Project Libraries and Update All Libraries, I get the following error:  **To Reproduce** 1. In VS Code click...
**Describe the bug** I was working with circuit python and a feather board everything worked fine. Then i switched to a different workplace using normal python. When I went back...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to the bottom right in VSC and pick...
When we download the bundle, we've already got the examples on disk. Arduino IDE let's you see them all in the file menu and there's no reason we can't do...
Want to get them in the C source in place of the rST? I'm thinking that might be the best way to document going forwards.
**Describe the bug** I'm able to load this extension properly and run the commands necessary to connect the serial port, select the proper board, etc., but autocomplete never works. I...
Modules built into circuit python show up as unresolved imports. Just using the basic starting script shows errors on `board` and `digitalio`. Everything works however. 
Hi Joe, Thanks for adding our board to the VSCode CircuitPython extension. I tried it out this morning, and I get the following error: ![Screen Shot 2020-06-01 at 2 08...
Not able to figure out how to use your extension running on VS Code on my RPi4. VS Code works great and I can open the CIRCUITPY device folder and...
Every library in the Adafruit bundle has docs up on readthedocs.io. We've already got hover docs, but you may want a more complete picture. Since I haven't figured out how...