vscode-circuitpython
vscode-circuitpython copied to clipboard
VSCode extension for Adafruit's CircuitPython
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...
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**...
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...
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...
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...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
**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...
**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'...
**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...