Is there a Chinese version of vscode?
Search on Baidu to download the VSCODE software and enter the official website page. Select the model according to the computer and install the stable version. The editor is a 64-bit system. After downloading the file, open it and install it step by step according to the requirements.
Related recommendations: vscode tutorial
After installation, run vscode, press Ctrl Shift P to open the command palette, and then start typing "display" to filter and display Configure Display Language commands.
Select Configure Display Language and press Enter. The locale.json file will open. Its default value is the currently used language, which is "en". Change "en" to "zh-CN", then ctrl S to save locale.json and restart VS Code to use the new display language.
#There is still one step left for vscode to display Chinese. You also need to install the required language packs. Click the extended view
to search for language pack category: "Language Packs". Select Chinese (Simplified), click Install, and click OK after installation. Then restart and it will be ok
Now you can start using the Chinese version of vscode
The above is the detailed content of Is there a Chinese version of vscode?. For more information, please follow other related articles on the PHP Chinese website!