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

Navigate to your workspace. Press Ctrl+Shift+P. Attempt to run any CircuitPython command. Observe the error. Expected behavior When attempting to run any command, I expect to receive a "command not...

bug

Command 'CircuitPython: Open Serial Monitor' resulted in an error (command 'circuitpython.openSerialMonitor' not found) I tried with the build indicated here: https://github.com/joedevivo/vscode-circuitpython/issues/38#issuecomment-814239981 with no luck. I get the above text on...

**Describe the bug** If I try to execute a CircuitPython command in VSCode I get "Command 'xyz' not found" for all commands (open serial Monitor, update libraries, ...) **To Reproduce**...

bug

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Editing a file directly on the target device is simple, but it is also error prone. After you save it and unmount the device, you have no further access to...

bug

Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together. Updates `app-builder-lib` from 24.9.1 to 24.13.3 Release notes Sourced from app-builder-lib's releases. v24.13.3 What's...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behaviour: 1. Go to 'update the extension' 2. Click on 'click...

bug

**Describe the bug** The extension does not initialize properly. **To Reproduce** Steps to reproduce the behavior: 1. Open workspace 2. use command palette and run 'CircuitPython: Check for latest bundle'...

bug

**Can't ** I can open a terminal to the serial port and interact with the repl the first time. **To Reproduce** 1. Open the Serial Console with ctrl-shift-p `CircuitPython open...

bug