forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Environment data
- VS Code version: 1.28.2
- Extension version: 2018.10.1
- OS and version: MacOS High Sierra 10.13.6
- Python version: 3.7.0
- Type of virtual environment used: virtualenv
- Relevant/affected Python packages and their versions: none
Actual behavior
VS Code python extension uses system language in stead of vs code language settings. System language is german, vs code display language is english. vs-code-python language (in command palette) is german.
Expected behavior
VS Code python extension honors the configuration of VS Code and language is the same throughout VS Code. So, vs-code-python language should be english, as stated in vs code display language.
Steps to reproduce:
- switch mac os to some different language than english (german in my case, this was my macs default)
- install vs code & vs code python settings
- change vs code Display language to english
- type "> python" into command palette
Pythons command palette(All german except the Jupyter cell commands):
Language settings of MacOS
Output of locale on the terminal:
$ locale
LANG="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_CTYPE="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_ALL=
flipcc and nikau6
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug