I have recently gotten a raspberry pi pico and would like to use Visual Studio Code instead of Thonny to create and run my scripts that will control the components of my board. (The pico is connected to my laptop via USB)
So far i have tried using the VSC pymakr extension which is used for managing projects for the pico. I am able to get a micropython shell where i can directly write python code which will run on the pico, but can't find a way to run my currently existing scripts through VSC.
With all the online tutorials i've gone through to try and set this up i can only get as far a getting a micropython shell which also included using PuTTY. https://www.putty.org/
Is there a way i can easily create, edit and run scripts in VSC with micropython as my interpreter that can control my raspberry pi pico? (set my default interpreter as micropython)