Install Visual Studio Code via Official Snap in Ubuntu 20.04

Posted by

There are going to come times when you want to be able to open your favorite text editor while working on an Ubuntu server. My favorite editor of choice is Visual Studio Code. This is a real quick and simple way to show you how to add the snap in.

# apt-get install snapd
# snap install code –classic

Summary:
Now all you have to do is enter # code . and you will be able to bring up VS Code. As always, I hope y’all found this useful.

Leave a Reply