How to install Visual Studio Code on your Chromebook

Visual studio is a free Integrated Development Environment or IDE software. It helps software developers create code more efficiently and productively. VS Code supports multiple programming languages including Python, Java, C/C++, C#, PHP, Javascript/HTML/CSS among others.

Alright, before you get started;

Advertisement - Continue reading below
  • Enable Linux on Chromebook. You can install Linux on any Chromebook released in the last 2-3 years. I am currently using a Samsung Galaxy Chromebook Go. To enable Linux on your Chromebook, go to Settings > Advanced > Developers > Enable Linux development environment. We already did a post on how to setup Linux on Chromebook.
  • Update the list of Linux packages.  You can also install the optional (but strongly recommended) dependency gnome-keyring. GNOME Keyring is a collection of components in GNOME that store secrets, passwords, keys and certificates. So run the following commands;
    • sudo apt-get update
    • sudo apt-get install -y gnome-keyring

If you have done that, now you are ready to install and setup Visual studio on your Chromebook. To get started, download the appropriate file from the visual studio website https://code.visualstudio.com/download. There are various files for Windows, Mac and Linux. Since you’ll installing Visual Studio on a Linux container running on your Chromebook, check the Linux files. Here you will see .deb file for Ubuntu or Debian-based Linux distros and .rpm for Redhat, Centos or Suse distros. So you should know the Linux container that you installed on your Chromebook. The default is penguin which is based on Debian.

Next you should know your Chromebook’s CPU architecture. Chromebooks come in Intel/AMD 64bit CPUs and ARM-based CPUs. So for Intel/AMD Chromebooks, go with the 64bit file while for ARM CPUs, you’ll have to download ARM64 file.

Run the command dpkg –print-architecture in the Linux terminal to find out our CPU variant. 

So as a combination, if you have a Debian-based Linux container running on an Intel-based Chromebook, then you should download .deb 64bit File.

Advertisement - Continue reading below
Chromebook Linux Package installer

Once, you have downloaded the right file to your Chromebook, simply double click on it. A Linux package installer will pop-up. Click on install to start the process. In a few seconds, Visual studio code will be installed on your Chromebook. You can start it by searching for it in the application launcher.

Chromebook App launcher

Now you are ready to write code. To start developing applications in your programming language of choice, you will need to install additional dependencies specific to that language. For instance to start developing Javascript applications, you will most likely need Node.js.

Visual Studio App on Chromebook

To install Node.js, you’ll need to install Node Package Manager(nvm) which should help you install the appropriate Node.js version. If you want to develop Python applications, you will need to install Python3, PIP along with other libraries suitable for your needs. You can read through the documentation on how to install additional Visual Studio Plugins or dependencies for your language.

Related post: How to install Linux Apps on a Chromebook

Alright that’s how you can turn your Chromebook into a Coding Machine. You can follow my Youtube Video tutorial for step-step instructions.

Advertisement - Continue reading below

LIKE WHAT YOU ARE READING?

Sign up to our Newsletter for expert advice and tips of how to get the most out of your Tech Gadgets

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.