From 36e00b8785899b4aaa6c994809325d816de496d0 Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Wed, 8 May 2024 11:54:50 -0700 Subject: [PATCH] Add note about VS code's locale being used first (#7876) In response to https://github.com/microsoft/pyright/issues/7873 --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index a2d71effc..ff61b70ca 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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.