简体   繁体   中英

how to change vs code python extension's language?

My computer's system language is zh_cn, so the vs code python extension set the default language to chinese. But i want to change the language to english. I can't find the reference in the doc or on the internet. Anyone konws how to do it? Thank's for help

PS: vs code's locale is alreay set to english.

When VScode is open go to View menu and select Command Palette. Once the command palette is open type display in the box. This should display the message configure display language. Open that and you should be in a local.json file. The variable local should be set to en for English.

You probably installed other python extensions for VSCode. Microsoft official python extension will follow the locale setting in user/workspace settings. Try uninstall other python extensions, you may see it changes to English.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM