You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a clear and concise description of the bug along with logs
What are the steps to reproduce this issue?
switch stubs to esp32
What happens?
syntax error
What were you expecting to happen?
Any logs, error output, etc?
(To get extension logs see Terminal > Output > Extension Host and copy output concerning pico-w-go or micropico) (If it’s long, please paste to https://gist.github.com and insert the link here)
Hi.
I ran into the exact same problem last night (as in the screenshot below), and it occurred to me that there might be a problem with the & in that line of stubs.mts.
I am also using macOS (Sonoma 14.4.1), VScode v1.88.0 and MicroPico v3.7.5.
This is a problem that depends on the shell syntax and will probably occur in Linux as well.
I am not currently using Windows, but I think the & at the beginning of the command is probably required by PoweShell. Therefore, instead of simply removing the '&', why not do the following?
I would send a pull request for the fix, but for some unknown reason the extension (vsix file) built in my cloned repository doesn't work in my environment. So I'll just leave this comment here.
For the time being, I modified ~/.vscode/extensions/paulober.pico-w-go-3.7.5-darwin-arm64/dist/extension.cjs directly after installing the extension. :-)
What are the steps to reproduce this issue?
What happens?
syntax error
What were you expecting to happen?
Any logs, error output, etc?
(To get extension logs see Terminal > Output > Extension Host and copy output concerning pico-w-go or micropico)
(If it’s long, please paste to https://gist.github.com and insert the link here)
Any other comments?
i think the "&" sign can be removed?!
MicroPico/src/stubs.mts
Line 292 in 77c6868
Which version of MicroPico are you using?
3.7.5
Support info
Copy this from the
Help -> Info/About -> Copy
(Code -> About Visual Studio Code -> Copy
on macOS) option in Visual Studio Code:The text was updated successfully, but these errors were encountered: