How To Install Visual Studio Code on Kali Linux

Install Visual Studio Code on Kali Linux by using the official ATP repository. At first, update the system and install the package below. sudo apt update sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https Import Microsoft GPG key to the Kali Linux curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg sudo install -o root -g root…