vscode

Free. Built on open source. Runs everywhere.

   1 # https://code.visualstudio.com/
   2 cd ~/Downloads
   3 wget https://go.microsoft.com/fwlink/?LinkID=760868
   4 mv index.html\?LinkID\=760868 vscode.deb
   5 sudo dpkg -i vscode.deb # 1.43.2
   6 code & # launch command
   7 # code 1.58
   8 sudo dpkg -i code_1.58.2-1626302803_amd64.deb

Font size

Python - install extension

Slackware64 15.0

   1 cd ~/Downloads
   2 wget https://az764295.vo.msecnd.net/stable/f80445acd5a3dadef24aa209168452a3d97cc326/code-stable-x64-1644446282.tar.gz
   3 mv code-stable-x64-1644446282.tar.gz ~/
   4 cd ~
   5 mkdir vscode
   6 mv code-stable-x64-1644446282.tar.gz vscode/
   7 cd vscode/
   8 tar xvzf code-stable-x64-1644446282.tar.gz 
   9 mv VSCode-linux-x64/ ~/
  10 cd ~
  11 cd VSCode-linux-x64/
  12 ./code &
  13 # add path to PATH env in .bashrc
  14 

CSharp/vscode (last edited 2022-02-26 16:39:27 by localhost)