vscode-circuitpython
vscode-circuitpython copied to clipboard
VSCode extension for Adafruit's CircuitPython
Took me a while to get into it but I figured out your RegEx is missing some different type of pin definitions.. For example my Metro ESP32 uses this format:...
[BUG]
Hi this is on mac os 10.12.6 with recent vs code, when attempting to check for latest bundle I get an error 'command circuitpython.library.fetch not found'. I think this also...
Thanks for this plugin. Is there a way to configure local echo in the terminal? Using VSCode on macOS: ``` >>> >>> iimmppoorrtt ttiimmee >>> >>> ttiimmee..ttiimmee(()) 946687928946687928 ``` Double...
**Describe the bug** As far as I understand, not all circuitpython submodules are updated. **To Reproduce** Steps to reproduce the behavior: 1. Install extension 2. Auto update says: "The 'circuitpython'...
**Describe the bug** I have a proxy set up on my machine (privoxy) which all requests pass through. When this configuration is active (via setting `http_proxy` and `https_proxy` in `.bashrc`),...
**Describe the bug** I get error when running `CircuitPython: Show Available Libraries` and trying to install any lib: ``` 2022-02-14 18:18:32.505] [exthost] [error] Error: ENOENT: no such file or directory,...
Using with a Raspberry Pi Pico circuit python 7.11 vs code 1.63.2 OSX Big Sur 11.6.2 Save a file onto pico and if the code has an error it reboots...
**Describe the bug** The extension was not loading properly and no commands would work. In the Output log for extension host, I was seeing the following error: ``` [2022-01-02 13:41:50.350]...
**Describe the bug** The latest circuitpython bundle `21211215` release is missing some assets[1]. `vscode-circuitpython` gets stuck downloading a bundle that does not exist[2]. Extension features such as serial monitor stop...
**Describe the bug** On startup, VSCode CircuitPython overwrites `.vscode/settings.json` to remove any manually added extra paths, and insert another copy of the adafruit bundle. **To Reproduce** Steps to reproduce the...