MicroPico
MicroPico copied to clipboard
MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
## What are the steps to reproduce this issue? 1. New install of extension 2. try to open the "All commands" ## What happens? - Error-windows with "command 'picowgo.listCommands' not...
# Feature Request 🚀 ## Is your feature request related to a problem? Please describe. vscode allows me to map `picowgo.run` to `ctrl+enter` However I have not been able to...
>I've never worked on a VSCode extension myself, but from UX point of view, it does feel like an oddity that it always forces a terminal to be opened. It...
# Feature Request 🚀 ## Describe the solution you'd like It would be great to have access to the content of the board as a file explorer from VSCode extension...
## What are the steps to reproduce this issue? 1. Create a project including picozero library 2. Upload project to pi pico ## What happens? Upload fails for picozero.py ##...
## What are the steps to reproduce this issue? 1. Follow basic setup instructions 2. Create a module at the same level as the file to run, e.g. `secrets.py` 3....
VS Code Version: 1.87.2 OS Version: Debian 12 Bookworm Steps to Reproduce: 1. I am using VSCode on a Raspberry Pi 5 running Linux with two Raspberry Pi Picos attached...
> Please provide a clear and concise description of the bug along with logs ## What are the steps to reproduce this issue? 1. switch stubs to esp32 2. 3....
I have a folder called unused that I don't want uploaded, but I've tried adding /unused, \unused, **/unused and other combinations to the ignore list and it always uploads the...
> Please provide a clear and concise description of the bug along with logs my vscode project directory: ``` . ├── ESP32_GENERIC_C3-20240105-v1.22.1.bin ├── .micropico ├── README.md ├── src │ ├──...