Home > Development Tools > VSCode > What should I do if setting vscode to Chinese fails?

What should I do if setting vscode to Chinese fails?

藏色散人
Release: 2019-12-21 09:38:55
Original
4126 people have browsed it

What should I do if setting vscode to Chinese fails?

#What should I do if the setting of vscode to Chinese fails?

Setting "locale":"zh-cn" in the locale.json interface also failed to make the interface Chinese. I found a reference on the Internet. The following tutorial is effective in real tests!

Related recommendations: vscode introductory tutorial

First:

Download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code (download and install directly now Already effective)

What should I do if setting vscode to Chinese fails?

Click Reload in the Chinese (Simplified) Language Pack for Visual Studio Code interface

Secondly:

Use the shortcut key Ctrl Shift p to open the command panel and enter "config" to enter locale.json (configuration display language)

Set "locale" to "locale":"zh-cn"

What should I do if setting vscode to Chinese fails?

Finally:

Save, close the vscode editor, wait a few seconds for reconfiguration, and then restart the Chinese interface

The above is the detailed content of What should I do if setting vscode to Chinese fails?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template