Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 387 Bytes

vscode-install.md

File metadata and controls

17 lines (15 loc) · 387 Bytes

Install Visual Studio Code

Download file tar.gz from the page https://code.visualstudio.com/Download and install with the following commands

sudo pacman -S electron
cd /opt
mv ~/Downloads/Firefox/code-*.tar.gz .
tar -xf code-*.tar.gz
rm code-*.tar.gz
cd ~
ln -s /opt/VSCode-linux-x64/bin/code /usr/bin/

Or install with yay

yay -S visual-studio-code-bin