Home > Article > Development Tools > vscode cannot set Chinese
First, we need to download the plug-in: Chinese (Simplified) Language Pack for Visual Studio Code
Then, restart vscode.
(Recommended learning video: java learning video)
Finally, use the shortcut key to open the command panel in Ctrl Shift p and enter "config" to enter locale.json (configuration display Language)
Set "locale" to "locale":"zh-cn"
Recommended related tutorials: vscode tutorial
The above is the detailed content of vscode cannot set Chinese. For more information, please follow other related articles on the PHP Chinese website!