Install VSCode in ubuntu

how to install VSCode in ubuntu

(VSCode Official website)[https://code.visualstudio.com/docs/?dv=linux64_deb]

  1. Download VSCode deb package
  2. Open it by ubuntu software store
  3. finished!

Option.1

  • If it shows unsupported file then use another way, open a command line to install
    type command below.
    1
    sudo dpkg -i vscode.deb

Option.2

move your downloaded file to home directory(~), because Ubuntu software is unable to reach it in /tmp directory. looks like a bug.


本站所有文章除特别聲明外,均採用 CC BY-SA 4.0 協議 ,轉載請註明出處!