Home > Article > Development Tools > How to install vscode on Linuxmint system
1. Open the official website
Because the LinuxMInt system used here is a distribution based on Ubuntu, so here choose to download the deb The format of the installation package is enough.
Similar to other Linux distributions, just choose the package file that suits your distribution.
After the download is completed, double-click the deb package file to install it. It has been installed in advance. If this is your first installation, you may need to download some additional library files
After successful installation, we enter the software and enter the main interface of the software. Here, it prompts that git is not installed. Please install git. This depends on the installation requirements. If you do not use git, you don’t have to do it. Install this plug-in
We click Help>Shortcut Key Reference. Here you can see all the shortcut keys of the software, but you don’t need to write them all down. You only need to remember a few commonly used ones. Just one
#Click to view 》Extensions and download some extensions you need here
When you write a program, you will be reminded what extensions you need to download. , you can download the extension according to the prompts.
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of How to install vscode on Linuxmint system. For more information, please follow other related articles on the PHP Chinese website!