How to install Visual Studio code on Linux?

I just downloaded VSCode-linux-x64 from the Microsoft website . This is a zip file named VSCode-linux-x64.zip. How can I install it on my Linux system?

+5
source share
4 answers

I found the answer to my question and posted the answer so that it could help others. To download and install Visual Studio code on Ubuntu. follow these steps

  • Download Visual Studio Code for Linux

  • Extract the zip file VSCode-linux-x64.zip

  • Enter the folder VSCode-linux-x64

  • double-click and run the codeexecutable file to open the Visual Studio code.

  • Visual Studio Code ( )
    "Lock to Launcher". , .

,

  • mkdir your_folder_name && cd your_folder_name unzip
  • ../Downloads/VSCode-linux-x64.zip
  • ./Code

Visual Studio Ubuntu,

+2

setup ...

Linux

  • Visual Studio Linux
  • VSCode-linux-x64.zip
  • Code, Visual Studio

. VSCode , link /path/to/vscode/Code Code sudo ln -s /path/to/vscode/Code /usr/local/bin/code , .

code . , .

+5

After the version 18.04, the following single-line terminal code works well.

sudo snap install code --classic
+1
source

you unzip the zip file using winrar or 7zip. Inside should be your installation file.

-1
source

All Articles