Codecast: Install Visual Studio Code on Ubuntu 20.04

Опубликовано: 16 Март 2026
на канале: Stateless Code
36
0

In this video, Mike installs Visual Studio Code on Ubuntu using the Snap Store.

This video covers:
0:00:10 - Intro
0:00:42 - Get install command from Docs
0:00:53 - Install using terminal

~$ sudo snap install --classic code

0:02:11 - Launch Visual Studio Code and examine existing extensions, if applicable

~$ code

0:02:58 - Install a new extension. Add the TypeScript plug-in

0:03:40 - Open an existing project folder


This video is CC0 - No rights reserved. (YouTube doesn't allow this option when publishing.) All code is released under the UNLICENSE. Stateless Code denies the concept of "intellectual property". Copying is not stealing.