VsCode’s full name is Visual Studio Code, which is a free and open source modern lightweight code editor released by Microsoft in 2015.
Attachment: Installation of vscode
The official website of VsCode is: https://code.visualstudio.com/
1. After entering the official website, as follows :
The approximate size of the VsCode file is 60M. After the download is complete, just follow the prompts to select and install.
2. Set the language to Chinese
After downloading VsCode, some people are not used to using the English version. At this time, we have to choose the Chinese language pack. The settings are as follows:
Modify the configuration file
Use the shortcut key Ctrl Shift P or select the VsCode menu bar View and click Command Palette to enter a search box. Then search for [configure] in the box and the following will be displayed:
#Just installed, there is only "locale":"en", then we replace it with zh-CN, then save and restart.
Download the Chinese package
If the current language is still English after we complete the first step, it means that our installation package does not carry the Chinese package and we need to download it ourselves. .
Press the shortcut key Ctrl Shift
Recommended related tutorials: vscode tutorial
The above is the detailed content of In which year was vscode released by Microsoft?. For more information, please follow other related articles on the PHP Chinese website!