Skip to content
Discussion options

You must be logged in to vote

The workflow is thus.

Connect the MCU, such as your Pico-2, and from VSC, open the CIRCUITPY folder. The first time this is done, a .vscode folder is set up with
a settings.json file holding some settings, then pick the MCU from the bottom right of VSC; this sets some more stuff up in the now created .vscode/settings.json.

Then edit the code.py and do whatever coding you want. As soon as it's saved, it runs.

You do not need to manually run the code, such as using the run option under the RUN menu.

You can open the REPL via a serial connection and see any messages from the code. If there are problems, error messages will display, telling you which line has an error. Also, pressing CTRL-C w…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@AAM1130
Comment options

Answer selected by AAM1130
Comment options

You must be logged in to vote
1 reply
@AAM1130
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants