Add note about VS code's locale being used first (#7876)

In response to https://github.com/microsoft/pyright/issues/7873
This commit is contained in:
Rich Chiodo 2024-05-08 11:54:50 -07:00 committed by GitHub
parent 7be85982d6
commit 36e00b8785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -436,3 +436,5 @@ LC_MESSAGES="en-us"
LANG="zh-cn"
LANGUAGE="fr"
```
Please note that when running in VS Code, VS Code's locale takes precedence. Setting these environment variables only applies when using Pyright outside of VS code.