paulober / MicroPico

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.
https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go
Mozilla Public License 2.0
288 stars 26 forks source link

No terminal profile provider registered for id "picowgo.vrepl" #69

Open nedamaleki opened 1 year ago

nedamaleki commented 1 year ago

When I need to open Pico (W) vREPL, this error pumps up. I removed and reinstalled both PicoW-Go extension and VSCode and restart my Mac but still gets error.

paulober commented 1 year ago

That could be because you have not run "> Pico-W-Go > Connect" command or opened a project with a .picowgo file before to activate the extension and connect to a Pico. I've currently not registered my extension for activation by the terminal profile. Maybe I find a way to hide it before you connect to a Pico or for a future update an option to use it without a workspace but that would need some more work to be done...

paulober commented 1 year ago

@nedamaleki Does the issue with version v3.0.9 still exist? I tested the extension in Vscode 1.78.2 with Python 3.11 on a new Apple Silicon Mac with macOS 13.4 and had no issues.

paulober commented 1 year ago

@nedamaleki Can you confirm that the issue is solved now?