vscode-circuitpython icon indicating copy to clipboard operation
vscode-circuitpython copied to clipboard

VSCode extension for Adafruit's CircuitPython

Results 61 vscode-circuitpython issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

**Describe the bug** All attempts to use any command palette commands give the following error: ![image](https://user-images.githubusercontent.com/89280905/160887267-2aa0bb7d-8ece-457b-b7a4-82aef9a62169.png) **To Reproduce** Steps to reproduce the behavior: 1. Open VS Code with `code .`...

bug

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

**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....

bug

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...