install pymakr preview
code --install-extension Pycom.pymakr-preview
ctrl+shift+e
)
select “create project”. Select the same code folder as above and specify a project name (like “hello-world”). Select the option to create a subdirectory with the micropython folder.
Download from here
Installation Options
cd ~/Downloads
sudo dpkg -i code_1.7* #.... tab complete
sudo apt install -yf
Thanks to Wyatte for this helpful video