Thank you, I open the terminal then type the following below.jamesh wrote: ↑Wed Jul 08, 2020 2:55 pmThis is what I use, or I build it myself
https://code.headmelted.com/
I have a working install, with Pi OS 32bit, somethings don't work because they aren't ported to ARM however I still use it as my preferred code editor it just does everything.topguy wrote: ↑Wed Jul 08, 2020 2:58 pmRelevant thread..
viewtopic.php?f=31&t=273070
I dont know if all the problems they had in that thread is ironed out or not.
Starting point is here at least: https://code.headmelted.com/
What process did you use to install and get it workingDarkElvenAngel wrote: ↑Wed Jul 08, 2020 5:03 pmI have a working install, with Pi OS 32bit, somethings don't work because they aren't ported to ARM however I still use it as my preferred code editor it just does everything.topguy wrote: ↑Wed Jul 08, 2020 2:58 pmRelevant thread..
viewtopic.php?f=31&t=273070
I dont know if all the problems they had in that thread is ironed out or not.
Starting point is here at least: https://code.headmelted.com/
In my first post in the attached thread is an article and that's basically how I installed everything. Now I have the OSS (headmelted) version. I downloaded the script and looked through it first but I like to see what things are going to do before I run them, That's up to you if you want to do that.Raspberry Pi Micro wrote: ↑Wed Jul 08, 2020 5:30 pmWhat process did you use to install and get it workingDarkElvenAngel wrote: ↑Wed Jul 08, 2020 5:03 pmI have a working install, with Pi OS 32bit, somethings don't work because they aren't ported to ARM however I still use it as my preferred code editor it just does everything.topguy wrote: ↑Wed Jul 08, 2020 2:58 pmRelevant thread..
viewtopic.php?f=31&t=273070
I dont know if all the problems they had in that thread is ironed out or not.
Starting point is here at least: https://code.headmelted.com/
Did you read the post I pointed to ... viewtopic.php?p=1655697#p1655697 ?Raspberry Pi Micro wrote: ↑Wed Jul 08, 2020 4:59 pmI open the terminal then type the following below.
wget -O - https://code.headmelted.com/installers/apt.sh
Is this the correct way to install.
When I press enter, I get the following error message from the Terminal.
Code: Select all
cd ~
sudo wget -qO - https://packagecloud.io/headmelted/codebuilds/gpgkey | sudo apt-key add -;
wget --content-disposition https://packagecloud.io/headmelted/codebuilds/packages/debian/stretch/code-oss_1.45.0-1586135927_armhf.deb/download.deb
sudo apt install ./code-oss_1.45.0-1586135927_armhf.deb
You havent really told us what you want to use it for. This program is very flexible and has so many available plugins that its unlikely two people have the same setup.Now that I have VSC up and running, is there a specific way that VSC should be setup.
Sorry,. To start with was going to just use it for learning and writing python code, how flexible is VSC then and what else is it capable of. I have seen the plugins list and there is approx 20,000 if I'm correct, with so many plugins, what would be the best to install. Sure I'm guessing that it;'s unlikely two different people will have different setups, what would you recommend type setup to have with someone in the early stages of learn python.
Raspberry Pi Micro wrote: ↑Thu Jul 09, 2020 12:13 pmTo start with was going to just use it for learning and writing python code... what would you recommend type setup to have with someone in the early stages of learn python.
Thank you, I agree both Thonny and Mu look much more easier to use, and you have suggested will use one of these or maybe both.B.Goode wrote: ↑Thu Jul 09, 2020 1:59 pmRaspberry Pi Micro wrote: ↑Thu Jul 09, 2020 12:13 pmTo start with was going to just use it for learning and writing python code... what would you recommend type setup to have with someone in the early stages of learn python.
You don't need to add anything at all.
In fact, I'd even suggest that Visual Studio Code is an overcomplicated tool for this task and is likely to distract rather than assist.
Perhaps look at one of the editors aimed at supporting Python beginners, such as Thonny ( https://thonny.org/ ) or Mu ( https://codewith.mu/ )
Ok, thank you, will take on your advice and start to use Thonny.
Raspberry Pi Micro wrote: ↑Thu Jul 09, 2020 6:11 pmOn starting Thonny, I notice in the top right of Thonny window in blue text "Switch to regular mode". Should I click on this or leave Thonny in the default mode when it starts up.