vscode-circuitpython
vscode-circuitpython copied to clipboard
VSCode extension for Adafruit's CircuitPython
It appears there are a vast number of CP supported boards missing from the options when selecting a board with the extension. It would be ideal if the extension had...
**Describe the bug** I have a RP2040-LCD-1.28 board with [custom compiled CircuitPython](https://github.com/fonix232/circuitpython/tree/feature/waveshare_rp2040_lcd_1_28/ports/raspberrypi/boards/waveshare_rp2040_lcd_1_28) installed. When trying to connect to the port, I get the error `Cannot read properties of undefined (reading...
Was working when first installed. Uninstalled and reinstalled the CircuitPython extension, deleted the /Users//Library/Application Support/Code/User/globalStorage/joedevivo.vscode-circuitpython folder for good measure. Running the 'Show Available Libraries' command always results in this error...
**Describe the bug** All attempts to use any command palette commands give the following error:  **To Reproduce** Steps to reproduce the behavior: 1. Open VS Code with `code .`...
Because the extension will check the circuitpython bundle and download it, if this doesn't happen, you can't even open serial monitor. To reproduce this, you just close vscode, turn off...
[BUG] Changes to python.analysis.diagnosticSeverityOverrides are completely overwritten at startup
**Describe the bug** When the extension starts up, the value for python.analysis.diagnosticSeverityOverrides in settings.json is completely overwritten, losing any user customized settings. **To Reproduce** Steps to reproduce the behavior: 1....
CircuitPython now supports a web workflow. Install v8 firmware, and create a .ENV file with network details. Then `circuitpython.local` in your browser becomes active (along with a device specific name)....
Thanks for writing and supporting this. Your efforts are much appreciated by a very large number of people. A very small documentation improvement suggestion: If "file" "Auto Save" is checked,...
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...