Home  >  Article  >  Development Tools  >  How to install vscode and set up Chinese interface

How to install vscode and set up Chinese interface

王林
王林Original
2019-12-30 13:32:252293browse

How to install vscode and set up Chinese interface

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.

How to install vscode and set up Chinese interface

After installation, run vscode, press Ctrl Shift P to open the command palette, and start typing "display" to filter and display the Configure Display Language command

How to install vscode and set up Chinese interface

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 Save locale.json and restart VS Code to use the new display language

How to install vscode and set up Chinese interface

Install the required language Package, click the expanded view

How to install vscode and set up Chinese interface

#Search for language pack category: "Language Packs". Select Chinese (Simplified), click Install, and click OK after installation. Then just restart.

How to install vscode and set up Chinese interface

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to install vscode and set up Chinese interface. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn