VSCode (Visual Studio Code) is a free, open source, cross-platform text (code) editor developed by Microsoft. It is currently an almost perfect software development tool for front-end development.
There are two ways to set the Chinese language version of VSCode:
Method 1
Select Expand the search for "Language" and select Chinese (Simplified) Language Pack for Visual Studio Code in the following options to install. After installation, the lower right corner of the editor prompts whether to switch to the Chinese language version. Confirm, as shown in Figure 1
Method 2
Press F1 and enter "Configure Language" on the command line to change it to "locale": "zh-CN" and restart vscode. As shown in Figure 2
Recommended tutorial: vscode basic usage tutorial
The above is the detailed content of How to set the Chinese language version of VSCode. For more information, please follow other related articles on the PHP Chinese website!