Installation of VS-Code in Raspberry PI


Installation Of VS Code In RaspberryPi



upload.wikimedia.org/wikipedia/commons/thumb/2/2d/...

Visual Studio Code is a free integrated development environment (IDE) for Windows, Mac, and Linux. It’s not available for arm bots like Raspberry Pi.  because visual studio code is a open source there are community builds that anyone can use and now we gonna installing VS CODE onto a raspberry pi the community builder VS CODE we'll using is called "CODE-OSS"and it is available from the "www.code.headmelted.com github page who provide a handy site with installation Instructions now i run into few issues with this standard installation and there is a couple of things we we need to do in order to make this work for us.


Code-OSS is based on VS Code and is more than just a code editor. Most IDEs have built-in explorers for managing whole project folders rather than individual scripts. Many support auto-completion of code and have terminals built in for code testing. Several also support version control and dependency management for packages.




Installing the GPG key


firstly we need to manually add the "GPG key"  to our tool chain on the instruction website there is area called Public GPG key and we need to right click where it says download here and and copy that link because we'll be using that link in terminal in a moment.
to open the "GPG key" we need to open our terminal and inside it type the below mentioned commands.

"wget -o - https://packagecloud.io/headmelted/codebuilds/gpkey |sudo apt-key add-"

Installing Code-OSS


  press enter then It will add it as key chain but this can't be worked .the way of fixing it is to by installing an older version of "CODE-OSS" so now I'm copying here  the below mentioned commands.

"sudo apt-get install code oss=1.29.0-1539702286"

press enter to proceed the installation ,then a option will came of Y/N for
successful installation Press Y then complete the Installation .


After installation just download new extensions so you can access all various types
programming languages easily .

 If you felt that  have learnt something new from this blog  then share this blog Write down your views regarding this blog in the comments to inspire me or give some of yours  feedback for this .
      



    ...Thank you...

                 Blog by : Kush Bosamiya                                                                             

No comments:

Post a Comment