MicroPico: Problems with uploading/downloading a project

What are the steps to reproduce this issue?

  1. connect the Pico H on VSCode and configure a new project with Pico-W-Go
  2. create a script MicroPython like blinking a LED
  3. when uploading project, nothing happen. Run “uploading project” infinitely

What happens?

If I connect the pico, I have two windows : Pico vREPL not open and Connection to Pico lost

What were you expecting to happen?

Any logs, error output, etc?

(To get extension logs see Terminal > Output > Protcoll (Extensionhost) and copy output concerning picowgo) (If it’s long, please paste to https://gist.github.com and insert the link here)

Any other comments?

Support info

Copy this from the Help -> Info/About -> Copy option in Visual Studio Code:

< Paste Here >
<img width="436" alt="MicrosoftTeams-image" src="https://user-images.githubusercontent.com/57638385/231547788-f0e8a9b7-e579-40c9-895f-4eb02a45c256.png">

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 21 (7 by maintainers)

Commits related to this issue

Most upvoted comments

@borys-wwa Try to add a print(“Something”) at the beginning of you script if possible. I’m working on a fix for this issue.

Thanks for giving the hint on print() command, that changes the Run Button in the extension button list in the bottom to a stop button and I can interact with vs code without closing it.

Hi! I have the same problem looks like @borys-wwa 's description . According to raspberrypi forums post I temporary resolved this by installing 2.1.8 (older version) Pico-W-Go extension. I think there should be a better way to resolve the problem.