Home > Article > Operation and Maintenance > How to install vscode under Linux
First go to the official website to download the file
https://code.visualstudio.com/docs?dv=linux64
There are 32-bit and 64-bit version, and there are different compressed packages
Recommended learning:vscode tutorial
Just download a tar package, and then copy it to the Linux disk
For more advanced ones, you can directly right-click and extract here
If that doesn’t work, use the command to decompress it’
tar -xvzf code-stable-1536736541.tar .gz
Enter the directory of the file, you can double-click the code executable file to directly run Visual Studio Code
Recommended learning: Linux video tutorial
The above is the detailed content of How to install vscode under Linux. For more information, please follow other related articles on the PHP Chinese website!