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

'circuitpython.library.show' is having issues on a fresh install of the extension. ![image](https://user-images.githubusercontent.com/105704/79601630-1c46e480-80b7-11ea-8b3b-8eab532d2ec0.png) Seeing the same issues with "check for latest bundle". Thanks for all your work!

Sorry, not sure where else to ask this. It seems like the magic here is dependent on coding directly in the /CIRCUITPYTHON volume. Does everyone just put .git directly into...

question

**Describe the bug** You have done a fantastic job stubbing out most of CircuitPython and the adafruit libs, but it appears that their "micro" version of `numpy`---`ulab`---is not included. **To...

bug

Great work! I'm using your extension on Win10x64. Everything seems to be working so far. Just, how am I supposed to access the REPL? Maybe the feature is not yet...

**Describe the bug** Try following basic install on windows from the ground up. Install the latest python, latest VS code, the latest circuitpython extension. Select python interpreter and restart VS...

bug

With the old regex the pins on the esp32s2 didn't get added to the stubs, see: https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/adafruit_metro_esp32s2/pins.c This commit fixes that behavior.

**Describe the bug** When the ext downloads the latest bundle and unpacks it, the files get corrupted. I tested it on three different running Linux os, two on hardware and...

bug

The build-stubs.sh script needs to be updated to the newer method of setting up the circuitpython repo download from git. The current script would have you do the following. ```...

Got this error in the Extension Host output panel: ``` 2024-05-26 22:28:58.932 [error] Activating extension joedevivo.vscode-circuitpython failed due to an error: 2024-05-26 22:28:58.932 [error] Error: ENOENT: no such file or...

bug