MicroPico icon indicating copy to clipboard operation
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.

Results 83 MicroPico issues
Sort by recently updated
recently updated
newest added

## 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...

bug
macOS

# 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...

enhancement

>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...

enhancement

# 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...

enhancement

## 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 ##...

bug
help wanted

## 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....

bug
enhancement
wontfix

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...

bug

> 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....

bug

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...

bug

> 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 │ ├──...

bug