How to install VS Code on Ubuntu for arm64
Motivation Using the Ubuntu 20.04 VM on Apple silicone (M1 / M2 / M3) you might have a hard time installing tools. Here is a solution how to get a running VS Code installation. Update Packages sudo apt update sudo apt install software-properties-common apt-transport-https wget Updating keys curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg sudo…