microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.32k stars 1.18k forks source link

Virtual environment activation is broken #22910

Closed ababak closed 8 months ago

ababak commented 8 months ago

Type: Bug

Behaviour

Expected vs. Actual

I encounter a messed up PATH variable that causes significant issues. The VSCODE_ENV_PREPEND variable already contains incorrect data.

Related to: https://github.com/microsoft/vscode-python/issues/22908

Steps to reproduce:

  1. Create a Python virtual environment.
  2. Activate it in Git Bash, PowerShell and Command Prompt.

Diagnostic data

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

``` 2024-02-13 13:21:23.416 [info] Experiment 'pythonRecommendTensorboardExt' is active 2024-02-13 13:21:23.416 [info] Experiment 'pythonREPLSmartSend' is active 2024-02-13 13:21:23.416 [info] Experiment 'pythonSurveyNotificationcf' is active 2024-02-13 13:21:23.416 [info] Experiment 'pythonTerminalEnvVarActivation' is active 2024-02-13 13:21:23.416 [info] Experiment 'pythonTestAdapter' is active 2024-02-13 13:21:23.416 [info] Default formatter is set to null for workspace d:\tmp 2024-02-13 13:21:23.416 [info] Test server listening. 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [info] Python interpreter path: .\.venv\Scripts\python.exe 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.421 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.423 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 13:21:23.469 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 13:21:23.469 [info] shell: bash 2024-02-13 13:21:23.982 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 13:21:23.982 [info] shell: bash 2024-02-13 13:21:24.270 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash\envVars.txt 2024-02-13 13:21:25.008 [info] Starting Pylance language server. 2024-02-13 13:34:02.910 [info] > conda info --json 2024-02-13 13:34:02.950 [info] > .\.venv\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\interpreterInfo.py 2024-02-13 13:34:02.983 [info] > C:\Python39\python.exe -I ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\interpreterInfo.py 2024-02-13 13:34:05.355 [info] Discover tests for workspace name: tmp - uri: d:\tmp 2024-02-13 13:34:05.356 [info] Python interpreter path: C:\Python39\python.exe 2024-02-13 13:34:21.769 [info] Discover tests for workspace name: tmp - uri: d:\tmp 2024-02-13 13:34:21.769 [info] Python interpreter path: .\.venv\Scripts\python.exe 2024-02-13 13:34:21.783 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 13:34:21.783 [info] shell: bash 2024-02-13 16:20:31.700 [info] Experiment 'pythonRecommendTensorboardExt' is active 2024-02-13 16:20:31.700 [info] Experiment 'pythonREPLSmartSend' is active 2024-02-13 16:20:31.700 [info] Experiment 'pythonSurveyNotificationcf' is active 2024-02-13 16:20:31.700 [info] Experiment 'pythonTerminalEnvVarActivation' is active 2024-02-13 16:20:31.700 [info] Experiment 'pythonTestAdapter' is active 2024-02-13 16:20:31.700 [debug] Getting roots 2024-02-13 16:20:31.700 [debug] Getting roots 2024-02-13 16:20:31.700 [debug] Found roots 2024-02-13 16:20:31.700 [debug] Start watching file for changes C:\Users\a.babak\.conda\environments.txt 2024-02-13 16:20:31.700 [debug] Start watching: C:\Users\a.babak\.conda with pattern environments.txt using VSCode API 2024-02-13 16:20:31.700 [debug] Found roots 2024-02-13 16:20:31.700 [debug] Start watching root d:\tmp for globs ["python.exe","*/python.exe","*/Scripts/python.exe"] 2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern python.exe using VSCode API 2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern */python.exe using VSCode API 2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern */Scripts/python.exe using VSCode API 2024-02-13 16:20:31.700 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [info] Default formatter is set to null for workspace d:\tmp 2024-02-13 16:20:31.701 [debug] Waiting for test server to start... 2024-02-13 16:20:31.701 [info] Test server listening. 2024-02-13 16:20:31.701 [debug] Test server started. 2024-02-13 16:20:31.701 [debug] Testing: Setting up watcher for d:\tmp 2024-02-13 16:20:31.701 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.701 [debug] Needed to validate d:\tmp\.venv\Scripts\python.exe with latest info 2024-02-13 16:20:31.701 [info] Python interpreter path: .\.venv\Scripts\python.exe 2024-02-13 16:20:31.701 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.714 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.715 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.716 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.720 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.720 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.721 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS retrying by resetting first 2024-02-13 16:20:31.730 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.730 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.735 [debug] Dump environment variables { "ALLUSERSPROFILE": "C:\\ProgramData", "APPDATA": "C:\\Users\\a.babak\\AppData\\Roaming", "BPPDOMAIN_MANAGER_ASM": "EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916", "BPPDOMAIN_MANAGER_TYPE": "EdrDotNet.EdrAppDomainManager", "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ", "CLIENTNAME": "ABABAKMAC", "COMPUTERNAME": "ABABAK", "DEADLINE_PATH": "C:\\Program Files\\Thinkbox\\Deadline10\\bin", "EFC_10440": "1", "ELECTRON_RUN_AS_NODE": "1", "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer", "FPS_BROWSER_USER_PROFILE_STRING": "Default", "HOMEDRIVE": "C:", "HOMEPATH": "\\Users\\a.babak", "LOCALAPPDATA": "C:\\Users\\a.babak\\AppData\\Local", "LOGONSERVER": "\\\\DC5", "NUMBER_OF_PROCESSORS": "8", "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined", "OS": "Windows_NT", "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW", "PROCESSOR_ARCHITECTURE": "AMD64", "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel", "PROCESSOR_LEVEL": "6", "PROCESSOR_REVISION": "9e0d", "PUBLIC": "C:\\Users\\Public", "SESSIONNAME": "RDP-Tcp#0", "TEMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp", "TMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp", "USERDNSDOMAIN": "PLARIUM.LOCAL", "USERDOMAIN": "PLARIUM", "USERDOMAIN_ROAMINGPROFILE": "PLARIUM", "USERNAME": "a.babak", "USERPROFILE": "C:\\Users\\a.babak", "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess", "VSCODE_CODE_CACHE_PATH": "C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533", "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost", "VSCODE_CWD": "C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code", "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true", "VSCODE_IPC_HOOK": "\\\\.\\pipe\\abdabff9-1.86.1-main-sock", "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}", "VSCODE_PID": "6168", "ComSpec": "C:\\Windows\\system32\\cmd.exe", "CommonProgramFiles": "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", "CommonProgramW6432": "C:\\Program Files\\Common Files", "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData", "OneDrive": "C:\\Users\\a.babak\\OneDrive", "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "ProgramData": "C:\\ProgramData", "ProgramFiles": "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", "ProgramW6432": "C:\\Program Files", "SystemDrive": "C:", "SystemRoot": "C:\\Windows", "windir": "C:\\Windows", "Path": "C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin" } 2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.739 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.739 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS 2024-02-13 16:20:31.740 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined 2024-02-13 16:20:31.741 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined 2024-02-13 16:20:31.741 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"} 2024-02-13 16:20:31.742 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined 2024-02-13 16:20:31.742 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"} 2024-02-13 16:20:31.764 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"} 2024-02-13 16:20:31.765 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined 2024-02-13 16:20:31.793 [debug] Activation Commands received source d:/tmp/.venv/Scripts/activate for shell C:\Program Files\Git\bin\bash.exe, resource d:\tmp and interpreter d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:31.793 [debug] Activating Environment to capture Environment variables, . d:/tmp/.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 16:20:31.793 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 16:20:31.793 [info] shell: bash 2024-02-13 16:20:31.849 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined 2024-02-13 16:20:31.850 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined 2024-02-13 16:20:32.042 [debug] Activated environment variables for d:\tmp { ALLUSERSPROFILE: 'C:\\ProgramData', APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming', BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916', BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager', CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ', CLIENTNAME: 'ABABAKMAC', COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files', COMPUTERNAME: 'ABABAK', COMSPEC: 'C:\\Windows\\system32\\cmd.exe', 'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files', COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files', DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin', DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData', EFC_10440: '1', ELECTRON_RUN_AS_NODE: '1', EXEPATH: 'C:\\Program Files\\Git\\bin', FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer', FPS_BROWSER_USER_PROFILE_STRING: 'Default', HOME: 'C:\\Users\\a.babak', HOMEDRIVE: 'C:', HOMEPATH: '\\Users\\a.babak', LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local', LOGONSERVER: '\\\\DC5', MSYS: 'disable_pcon', MSYSTEM: 'MINGW64', NUMBER_OF_PROCESSORS: '8', ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined', OS: 'Windows_NT', ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive', PATH: 'd;C:\\tmp\\.venv\\Scripts;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\a.babak\\bin;C:\\Python39\\Scripts;C:\\Python39;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\dotnet;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin', PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW', PLINK_PROTOCOL: 'ssh', PROCESSOR_ARCHITECTURE: 'AMD64', PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel', PROCESSOR_LEVEL: '6', PROCESSOR_REVISION: '9e0d', PROGRAMFILES: 'C:\\Program Files', PS1: '(.venv) ', PSMODULEPATH: 'C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules', PUBLIC: 'C:\\Users\\Public', PWD: 'C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code', PYTHONIOENCODING: 'utf-8', PYTHONUNBUFFERED: '1', PROGRAMDATA: 'C:\\ProgramData', 'PROGRAMFILES(X86)': 'C:\\Program Files (x86)', PROGRAMW6432: 'C:\\Program Files', SESSIONNAME: 'RDP-Tcp#0', SHLVL: '0', SYSTEMDRIVE: 'C:', SYSTEMROOT: 'C:\\Windows', TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp', TERM: 'xterm-256color', TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp', USERDNSDOMAIN: 'PLARIUM.LOCAL', USERDOMAIN: 'PLARIUM', USERDOMAIN_ROAMINGPROFILE: 'PLARIUM', USERNAME: 'a.babak', USERPROFILE: 'C:\\Users\\a.babak', VIRTUAL_ENV: 'd:\\tmp\\.venv', VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess', VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533', VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost', VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code', VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true', VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock', VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}', VSCODE_PID: '6168', WINDIR: 'C:\\Windows', _: 'C:/Python39/python' } 2024-02-13 16:20:32.049 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py 2024-02-13 16:20:32.049 [info] shell: bash 2024-02-13 16:20:32.191 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:32.192 [debug] Setting environment variable EXEPATH in collection to C:\Program Files\Git\bin 2024-02-13 16:20:32.192 [debug] Setting environment variable HOME in collection to C:\Users\a.babak 2024-02-13 16:20:32.192 [debug] Setting environment variable MSYS in collection to disable_pcon 2024-02-13 16:20:32.192 [debug] Setting environment variable MSYSTEM in collection to MINGW64 2024-02-13 16:20:32.192 [debug] Prepending environment variable PATH in collection to c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash;d;C:\tmp\.venv\Scripts;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\a.babak\bin;C:\Python39\Scripts;C:\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Users\a.babak\AppData\Local\Microsoft\WindowsApps;C:\Users\a.babak\AppData\Local\Programs\Microsoft VS Code\bin; 2024-02-13 16:20:32.192 [debug] Setting environment variable PLINK_PROTOCOL in collection to ssh 2024-02-13 16:20:32.192 [debug] Prepending environment variable PS1 in collection with (.venv) 2024-02-13 16:20:32.192 [debug] Setting environment variable PWD in collection to C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code 2024-02-13 16:20:32.192 [debug] Setting environment variable PYTHONIOENCODING in collection to utf-8 2024-02-13 16:20:32.192 [debug] Setting environment variable PYTHONUNBUFFERED in collection to 1 2024-02-13 16:20:32.192 [debug] Setting environment variable TERM in collection to xterm-256color 2024-02-13 16:20:32.192 [debug] Setting environment variable VIRTUAL_ENV in collection to d:\tmp\.venv 2024-02-13 16:20:32.193 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash\envVars.txt 2024-02-13 16:20:32.212 [debug] Time taken to get env vars using terminal is 19ms 2024-02-13 16:20:33.181 [info] Starting Pylance language server. 2024-02-13 16:20:33.182 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:33.182 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:33.187 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:33.187 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:33.192 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined 2024-02-13 16:20:33.193 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined 2024-02-13 16:20:33.194 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"} 2024-02-13 16:20:33.194 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined 2024-02-13 16:20:33.198 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"} 2024-02-13 16:20:34.059 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py 2024-02-13 16:20:37.542 [debug] Terminal shell path 'C:\Program Files\Git\bin\bash.exe' identified as shell 'bash' 2024-02-13 16:20:37.542 [debug] Shell identified as bash 2024-02-13 16:20:37.542 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:49.423 [debug] Clearing context for python dependencies not installed: ms-python.python.Python 2024-02-13 16:20:49.423 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:20:49.424 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:21:51.226 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py 2024-02-13 16:21:51.226 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe 2024-02-13 16:21:55.450 [debug] Clearing context for python dependencies not installed: ms-python.python.Python 2024-02-13 16:21:55.450 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe ```

User Settings

``` venvFolders: "" languageServer: "Pylance" testing • pytestPath: "" ```

Extension version: 2024.0.1 VS Code version: Code 1.86.1 (31c37ee8f63491495ac49e43b8544550fbae4533, 2024-02-07T09:08:20.941Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 x 3600)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|63.94GB (44.03GB free)| |Process Argv|--crash-reporter-id 358dba80-56fc-470c-833a-f2ad595e317d| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 accentitlementsc:30887149 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 pydisww1:30959800 b1063948:30958189 e3gdj431:30958358 ccp2r3:30958157 ```
karrtikr commented 8 months ago

Thanks for reporting @ababak , can you switch to pre-release as stated and then provide the logs?

karrtikr commented 8 months ago

Also, it seems like you're using still using "Git bash" based on the logs, please provide logs after switching shell either to Cmd or Powershell using Select default profile command.

ababak commented 8 months ago

Sure thing. Here is the requested log.

2024-02-13 13:21:23.416 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 13:21:23.416 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 13:21:23.416 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 13:21:23.416 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 13:21:23.416 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 13:21:23.416 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 13:21:23.416 [info] Test server listening.
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.416 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.421 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.423 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 13:21:23.469 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 13:21:23.469 [info] shell: bash
2024-02-13 13:21:23.982 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 13:21:23.982 [info] shell: bash
2024-02-13 13:21:24.270 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash\envVars.txt
2024-02-13 13:21:25.008 [info] Starting Pylance language server.
2024-02-13 13:34:02.910 [info] > conda info --json
2024-02-13 13:34:02.950 [info] > .\.venv\Scripts\python.exe -I ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\interpreterInfo.py
2024-02-13 13:34:02.983 [info] > C:\Python39\python.exe -I ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\interpreterInfo.py
2024-02-13 13:34:05.355 [info] Discover tests for workspace name: tmp - uri: d:\tmp
2024-02-13 13:34:05.356 [info] Python interpreter path: C:\Python39\python.exe
2024-02-13 13:34:21.769 [info] Discover tests for workspace name: tmp - uri: d:\tmp
2024-02-13 13:34:21.769 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 13:34:21.783 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 13:34:21.783 [info] shell: bash
2024-02-13 16:20:31.700 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 16:20:31.700 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 16:20:31.700 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 16:20:31.700 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 16:20:31.700 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 16:20:31.700 [debug] Getting roots
2024-02-13 16:20:31.700 [debug] Getting roots
2024-02-13 16:20:31.700 [debug] Found roots
2024-02-13 16:20:31.700 [debug] Start watching file for changes C:\Users\a.babak\.conda\environments.txt
2024-02-13 16:20:31.700 [debug] Start watching: C:\Users\a.babak\.conda with pattern environments.txt using VSCode API
2024-02-13 16:20:31.700 [debug] Found roots
2024-02-13 16:20:31.700 [debug] Start watching root d:\tmp for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern python.exe using VSCode API
2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern */python.exe using VSCode API
2024-02-13 16:20:31.700 [debug] Start watching: d:\tmp with pattern */Scripts/python.exe using VSCode API
2024-02-13 16:20:31.700 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 16:20:31.701 [debug] Waiting for test server to start...
2024-02-13 16:20:31.701 [info] Test server listening.
2024-02-13 16:20:31.701 [debug] Test server started.
2024-02-13 16:20:31.701 [debug] Testing: Setting up watcher for d:\tmp
2024-02-13 16:20:31.701 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.701 [debug] Needed to validate d:\tmp\.venv\Scripts\python.exe with latest info
2024-02-13 16:20:31.701 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 16:20:31.701 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.714 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.715 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.716 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.720 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.720 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.721 [debug] Storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS  retrying by resetting first
2024-02-13 16:20:31.730 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.730 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.735 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\a.babak\\AppData\\Roaming",
    "BPPDOMAIN_MANAGER_ASM": "EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916",
    "BPPDOMAIN_MANAGER_TYPE": "EdrDotNet.EdrAppDomainManager",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ",
    "CLIENTNAME": "ABABAKMAC",
    "COMPUTERNAME": "ABABAK",
    "DEADLINE_PATH": "C:\\Program Files\\Thinkbox\\Deadline10\\bin",
    "EFC_10440": "1",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\a.babak",
    "LOCALAPPDATA": "C:\\Users\\a.babak\\AppData\\Local",
    "LOGONSERVER": "\\\\DC5",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "9e0d",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "RDP-Tcp#0",
    "TEMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "USERDNSDOMAIN": "PLARIUM.LOCAL",
    "USERDOMAIN": "PLARIUM",
    "USERDOMAIN_ROAMINGPROFILE": "PLARIUM",
    "USERNAME": "a.babak",
    "USERPROFILE": "C:\\Users\\a.babak",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\abdabff9-1.86.1-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "6168",
    "ComSpec": "C:\\Windows\\system32\\cmd.exe",
    "CommonProgramFiles": "C:\\Program Files\\Common Files",
    "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
    "CommonProgramW6432": "C:\\Program Files\\Common Files",
    "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
    "OneDrive": "C:\\Users\\a.babak\\OneDrive",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "windir": "C:\\Windows",
    "Path": "C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.736 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.739 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.739 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:20:31.740 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:20:31.741 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:20:31.741 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:20:31.742 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:20:31.742 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:20:31.764 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:20:31.765 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:20:31.793 [debug] Activation Commands received source d:/tmp/.venv/Scripts/activate for shell C:\Program Files\Git\bin\bash.exe, resource d:\tmp and interpreter d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:31.793 [debug] Activating Environment to capture Environment variables, . d:/tmp/.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 16:20:31.793 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 16:20:31.793 [info] shell: bash
2024-02-13 16:20:31.849 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:20:31.850 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-13 16:20:32.042 [debug] Activated environment variables for d:\tmp {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming',
  BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916',
  BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ',
  CLIENTNAME: 'ABABAKMAC',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'ABABAK',
  COMSPEC: 'C:\\Windows\\system32\\cmd.exe',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  EFC_10440: '1',
  ELECTRON_RUN_AS_NODE: '1',
  EXEPATH: 'C:\\Program Files\\Git\\bin',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOME: 'C:\\Users\\a.babak',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\a.babak',
  LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local',
  LOGONSERVER: '\\\\DC5',
  MSYS: 'disable_pcon',
  MSYSTEM: 'MINGW64',
  NUMBER_OF_PROCESSORS: '8',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive',
  PATH: 'd;C:\\tmp\\.venv\\Scripts;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\a.babak\\bin;C:\\Python39\\Scripts;C:\\Python39;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\dotnet;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW',
  PLINK_PROTOCOL: 'ssh',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '9e0d',
  PROGRAMFILES: 'C:\\Program Files',
  PS1: '(.venv) ',
  PSMODULEPATH: 'C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules',
  PUBLIC: 'C:\\Users\\Public',
  PWD: 'C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  PROGRAMDATA: 'C:\\ProgramData',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  SESSIONNAME: 'RDP-Tcp#0',
  SHLVL: '0',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\Windows',
  TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  TERM: 'xterm-256color',
  TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  USERDNSDOMAIN: 'PLARIUM.LOCAL',
  USERDOMAIN: 'PLARIUM',
  USERDOMAIN_ROAMINGPROFILE: 'PLARIUM',
  USERNAME: 'a.babak',
  USERPROFILE: 'C:\\Users\\a.babak',
  VIRTUAL_ENV: 'd:\\tmp\\.venv',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '6168',
  WINDIR: 'C:\\Windows',
  _: 'C:/Python39/python'
}
2024-02-13 16:20:32.049 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 16:20:32.049 [info] shell: bash
2024-02-13 16:20:32.191 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:32.192 [debug] Setting environment variable EXEPATH in collection to C:\Program Files\Git\bin
2024-02-13 16:20:32.192 [debug] Setting environment variable HOME in collection to C:\Users\a.babak
2024-02-13 16:20:32.192 [debug] Setting environment variable MSYS in collection to disable_pcon
2024-02-13 16:20:32.192 [debug] Setting environment variable MSYSTEM in collection to MINGW64
2024-02-13 16:20:32.192 [debug] Prepending environment variable PATH in collection to c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash;d;C:\tmp\.venv\Scripts;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\a.babak\bin;C:\Python39\Scripts;C:\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Users\a.babak\AppData\Local\Microsoft\WindowsApps;C:\Users\a.babak\AppData\Local\Programs\Microsoft VS Code\bin;
2024-02-13 16:20:32.192 [debug] Setting environment variable PLINK_PROTOCOL in collection to ssh
2024-02-13 16:20:32.192 [debug] Prepending environment variable PS1 in collection with (.venv) 
2024-02-13 16:20:32.192 [debug] Setting environment variable PWD in collection to C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code
2024-02-13 16:20:32.192 [debug] Setting environment variable PYTHONIOENCODING in collection to utf-8
2024-02-13 16:20:32.192 [debug] Setting environment variable PYTHONUNBUFFERED in collection to 1
2024-02-13 16:20:32.192 [debug] Setting environment variable TERM in collection to xterm-256color
2024-02-13 16:20:32.192 [debug] Setting environment variable VIRTUAL_ENV in collection to d:\tmp\.venv
2024-02-13 16:20:32.193 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash\envVars.txt
2024-02-13 16:20:32.212 [debug] Time taken to get env vars using terminal is 19ms
2024-02-13 16:20:33.181 [info] Starting Pylance language server.
2024-02-13 16:20:33.182 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:33.182 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:33.187 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:33.187 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:33.192 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:20:33.193 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-02-13 16:20:33.194 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:20:33.194 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:20:33.198 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:20:34.059 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:20:37.542 [debug] Terminal shell path 'C:\Program Files\Git\bin\bash.exe' identified as shell 'bash'
2024-02-13 16:20:37.542 [debug] Shell identified as bash 
2024-02-13 16:20:37.542 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:49.423 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:20:49.423 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:20:49.424 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:21:51.226 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:21:51.226 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:21:55.450 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:21:55.450 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:22:34.105 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:22:34.105 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:22:35.456 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:22:35.456 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:22:38.894 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:22:38.894 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:22:45.037 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:22:45.037 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:25:15.827 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 16:25:15.827 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 16:25:15.827 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 16:25:15.827 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 16:25:15.827 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 16:25:15.827 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 16:25:15.827 [info] Test server listening.
2024-02-13 16:25:15.828 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 16:25:16.021 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.021 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.042 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.042 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.042 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.042 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2024-02-13 16:25:16.101 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 16:25:16.101 [info] shell: bash
2024-02-13 16:25:16.302 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.0.1/pythonFiles/printEnvVariables.py
2024-02-13 16:25:16.303 [info] shell: bash
2024-02-13 16:25:16.454 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.0.1\pythonFiles\deactivate\bash\envVars.txt
2024-02-13 16:25:17.425 [info] Starting Pylance language server.
2024-02-13 16:28:00.660 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 16:28:00.660 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 16:28:00.660 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 16:28:00.660 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 16:28:00.660 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 16:28:00.660 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 16:28:00.660 [info] Test server listening.
2024-02-13 16:28:00.660 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 16:28:01.003 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:01.003 [info] shell: bash
2024-02-13 16:28:01.173 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:01.173 [info] shell: bash
2024-02-13 16:28:01.268 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash\envVars.txt
2024-02-13 16:28:02.418 [info] Starting Pylance language server.
2024-02-13 16:28:31.273 [error] Failed to initialize deactivate script C:\Program Files\Git\bin\bash.exe [Error: "c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash\envVars.txt" file not created
    at Timeout.<anonymous> (c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\out\client\extension.js:2:276484)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)]
2024-02-13 16:28:33.808 [info] Experiment 'pythonDiscoveryUsingWorkers' is active
2024-02-13 16:28:33.808 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 16:28:33.808 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 16:28:33.808 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 16:28:33.808 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 16:28:33.808 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 16:28:33.808 [debug] Getting roots
2024-02-13 16:28:33.808 [debug] Getting roots
2024-02-13 16:28:33.808 [debug] Found roots
2024-02-13 16:28:33.808 [debug] Start watching file for changes C:\Users\a.babak\.conda\environments.txt
2024-02-13 16:28:33.808 [debug] Start watching: C:\Users\a.babak\.conda with pattern environments.txt using VSCode API
2024-02-13 16:28:33.808 [debug] Found roots
2024-02-13 16:28:33.808 [debug] Start watching root d:\tmp for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2024-02-13 16:28:33.808 [debug] Start watching: d:\tmp with pattern python.exe using VSCode API
2024-02-13 16:28:33.808 [debug] Start watching: d:\tmp with pattern */python.exe using VSCode API
2024-02-13 16:28:33.808 [debug] Start watching: d:\tmp with pattern */Scripts/python.exe using VSCode API
2024-02-13 16:28:33.808 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 16:28:33.808 [debug] Waiting for test server to start...
2024-02-13 16:28:33.808 [info] Test server listening.
2024-02-13 16:28:33.808 [debug] Test server started.
2024-02-13 16:28:33.808 [debug] Testing: Setting up watcher for d:\tmp
2024-02-13 16:28:33.808 [debug] Needed to validate d:\tmp\.venv\Scripts\python.exe with latest info
2024-02-13 16:28:33.808 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 16:28:33.808 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.810 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.984 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.984 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.986 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.989 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.989 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:33.995 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\a.babak\\AppData\\Roaming",
    "BPPDOMAIN_MANAGER_ASM": "EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916",
    "BPPDOMAIN_MANAGER_TYPE": "EdrDotNet.EdrAppDomainManager",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ",
    "CLIENTNAME": "ABABAKMAC",
    "COMPUTERNAME": "ABABAK",
    "DEADLINE_PATH": "C:\\Program Files\\Thinkbox\\Deadline10\\bin",
    "EFC_10440": "1",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\a.babak",
    "LOCALAPPDATA": "C:\\Users\\a.babak\\AppData\\Local",
    "LOGONSERVER": "\\\\DC5",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "9e0d",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "RDP-Tcp#0",
    "TEMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "USERDNSDOMAIN": "PLARIUM.LOCAL",
    "USERDOMAIN": "PLARIUM",
    "USERDOMAIN_ROAMINGPROFILE": "PLARIUM",
    "USERNAME": "a.babak",
    "USERPROFILE": "C:\\Users\\a.babak",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\abdabff9-1.86.1-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "6168",
    "ComSpec": "C:\\Windows\\system32\\cmd.exe",
    "CommonProgramFiles": "C:\\Program Files\\Common Files",
    "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
    "CommonProgramW6432": "C:\\Program Files\\Common Files",
    "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
    "OneDrive": "C:\\Users\\a.babak\\OneDrive",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "windir": "C:\\Windows",
    "Path": "C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
2024-02-13 16:28:34.060 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:28:34.060 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:28:34.061 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:28:34.062 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:28:34.063 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:28:34.063 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:28:34.064 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:28:34.072 [debug] Activation Commands received source d:/tmp/.venv/Scripts/activate for shell C:\Program Files\Git\bin\bash.exe, resource d:\tmp and interpreter d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:34.072 [debug] Activating Environment to capture Environment variables, . d:/tmp/.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:34.072 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:34.072 [info] shell: bash
2024-02-13 16:28:34.127 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-13 16:28:34.128 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:28:34.301 [debug] Activated environment variables for d:\tmp {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming',
  BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916',
  BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ',
  CLIENTNAME: 'ABABAKMAC',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'ABABAK',
  COMSPEC: 'C:\\Windows\\system32\\cmd.exe',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  EFC_10440: '1',
  ELECTRON_RUN_AS_NODE: '1',
  EXEPATH: 'C:\\Program Files\\Git\\bin',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOME: 'C:\\Users\\a.babak',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\a.babak',
  LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local',
  LOGONSERVER: '\\\\DC5',
  MSYS: 'disable_pcon',
  MSYSTEM: 'MINGW64',
  NUMBER_OF_PROCESSORS: '8',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive',
  PATH: 'd;C:\\tmp\\.venv\\Scripts;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\a.babak\\bin;C:\\Python39\\Scripts;C:\\Python39;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\dotnet;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW',
  PLINK_PROTOCOL: 'ssh',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '9e0d',
  PROGRAMFILES: 'C:\\Program Files',
  PS1: '(.venv) ',
  PSMODULEPATH: 'C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules',
  PUBLIC: 'C:\\Users\\Public',
  PWD: 'C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  PROGRAMDATA: 'C:\\ProgramData',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  SESSIONNAME: 'RDP-Tcp#0',
  SHLVL: '0',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\Windows',
  TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  TERM: 'xterm-256color',
  TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  USERDNSDOMAIN: 'PLARIUM.LOCAL',
  USERDOMAIN: 'PLARIUM',
  USERDOMAIN_ROAMINGPROFILE: 'PLARIUM',
  USERNAME: 'a.babak',
  USERPROFILE: 'C:\\Users\\a.babak',
  VIRTUAL_ENV: 'd:\\tmp\\.venv',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '6168',
  WINDIR: 'C:\\Windows',
  _: 'C:/Python39/python'
}
2024-02-13 16:28:34.308 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:34.308 [info] shell: bash
2024-02-13 16:28:34.459 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:34.460 [debug] Setting environment variable EXEPATH in collection to C:\Program Files\Git\bin {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.460 [debug] Setting environment variable HOME in collection to C:\Users\a.babak {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.460 [debug] Setting environment variable MSYS in collection to disable_pcon {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.460 [debug] Setting environment variable MSYSTEM in collection to MINGW64 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.460 [debug] Prepending environment variable PATH in collection to c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash;d;C:\tmp\.venv\Scripts;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\a.babak\bin;C:\Python39\Scripts;C:\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Users\a.babak\AppData\Local\Microsoft\WindowsApps;C:\Users\a.babak\AppData\Local\Programs\Microsoft VS Code\bin; {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.460 [debug] Setting environment variable PLINK_PROTOCOL in collection to ssh {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [debug] Prepending environment variable PS1 in collection with (.venv)  {"applyAtShellIntegration":true,"applyAtProcessCreation":false}
2024-02-13 16:28:34.461 [debug] Setting environment variable PWD in collection to C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [debug] Setting environment variable PYTHONIOENCODING in collection to utf-8 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [debug] Setting environment variable PYTHONUNBUFFERED in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [debug] Setting environment variable TERM in collection to xterm-256color {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [debug] Setting environment variable VIRTUAL_ENV in collection to d:\tmp\.venv {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:34.461 [info] Send text to terminal: C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash\envVars.txt
2024-02-13 16:28:35.426 [info] Starting Pylance language server.
2024-02-13 16:28:35.427 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:35.427 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:35.432 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:35.432 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:35.451 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:28:35.455 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:28:35.458 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-02-13 16:28:35.459 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:28:35.461 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:28:36.398 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:28:39.803 [debug] Terminal shell path 'C:\Program Files\Git\bin\bash.exe' identified as shell 'bash'
2024-02-13 16:28:39.803 [debug] Shell identified as bash 
2024-02-13 16:28:39.803 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:53.358 [debug] Received shell integration sequence for powershell
2024-02-13 16:28:53.358 [info] Shell integration status changed, can confirm it's working.
2024-02-13 16:28:53.358 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:53.359 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\a.babak\\AppData\\Roaming",
    "BPPDOMAIN_MANAGER_ASM": "EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916",
    "BPPDOMAIN_MANAGER_TYPE": "EdrDotNet.EdrAppDomainManager",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ",
    "CLIENTNAME": "ABABAKMAC",
    "COMPUTERNAME": "ABABAK",
    "DEADLINE_PATH": "C:\\Program Files\\Thinkbox\\Deadline10\\bin",
    "EFC_10440": "1",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\a.babak",
    "LOCALAPPDATA": "C:\\Users\\a.babak\\AppData\\Local",
    "LOGONSERVER": "\\\\DC5",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "9e0d",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "RDP-Tcp#0",
    "TEMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "USERDNSDOMAIN": "PLARIUM.LOCAL",
    "USERDOMAIN": "PLARIUM",
    "USERDOMAIN_ROAMINGPROFILE": "PLARIUM",
    "USERNAME": "a.babak",
    "USERPROFILE": "C:\\Users\\a.babak",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\abdabff9-1.86.1-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "6168",
    "ComSpec": "C:\\Windows\\system32\\cmd.exe",
    "CommonProgramFiles": "C:\\Program Files\\Common Files",
    "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
    "CommonProgramW6432": "C:\\Program Files\\Common Files",
    "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
    "OneDrive": "C:\\Users\\a.babak\\OneDrive",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "windir": "C:\\Windows",
    "Path": "C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
2024-02-13 16:28:53.368 [debug] Activation Commands received source d:/tmp/.venv/Scripts/activate for shell C:\Program Files\Git\bin\bash.exe, resource undefined and interpreter d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:53.368 [debug] Activating Environment to capture Environment variables, . d:/tmp/.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:53.368 [info] > . ./.venv/Scripts/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:28:53.368 [info] shell: bash
2024-02-13 16:28:53.496 [debug] Activated environment variables for undefined {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming',
  BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916',
  BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ',
  CLIENTNAME: 'ABABAKMAC',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'ABABAK',
  COMSPEC: 'C:\\Windows\\system32\\cmd.exe',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  EFC_10440: '1',
  ELECTRON_RUN_AS_NODE: '1',
  EXEPATH: 'C:\\Program Files\\Git\\bin',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOME: 'C:\\Users\\a.babak',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\a.babak',
  LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local',
  LOGONSERVER: '\\\\DC5',
  MSYS: 'disable_pcon',
  MSYSTEM: 'MINGW64',
  NUMBER_OF_PROCESSORS: '8',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive',
  PATH: 'd;C:\\tmp\\.venv\\Scripts;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\a.babak\\bin;C:\\Python39\\Scripts;C:\\Python39;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Windows\\System32\\OpenSSH;C:\\Program Files\\dotnet;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW',
  PLINK_PROTOCOL: 'ssh',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '9e0d',
  PROGRAMFILES: 'C:\\Program Files',
  PS1: '(.venv) ',
  PSMODULEPATH: 'C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules',
  PUBLIC: 'C:\\Users\\Public',
  PWD: 'C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  PROGRAMDATA: 'C:\\ProgramData',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  SESSIONNAME: 'RDP-Tcp#0',
  SHLVL: '0',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\Windows',
  TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  TERM: 'xterm-256color',
  TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  USERDNSDOMAIN: 'PLARIUM.LOCAL',
  USERDOMAIN: 'PLARIUM',
  USERDOMAIN_ROAMINGPROFILE: 'PLARIUM',
  USERNAME: 'a.babak',
  USERPROFILE: 'C:\\Users\\a.babak',
  VIRTUAL_ENV: 'd:\\tmp\\.venv',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '6168',
  WINDIR: 'C:\\Windows',
  _: 'C:/Python39/python'
}
2024-02-13 16:28:53.496 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:53.497 [debug] Setting environment variable EXEPATH in collection to C:\Program Files\Git\bin {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable HOME in collection to C:\Users\a.babak {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable MSYS in collection to disable_pcon {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable MSYSTEM in collection to MINGW64 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Prepending environment variable PATH in collection to c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash;d;C:\tmp\.venv\Scripts;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\a.babak\bin;C:\Python39\Scripts;C:\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Users\a.babak\AppData\Local\Microsoft\WindowsApps;C:\Users\a.babak\AppData\Local\Programs\Microsoft VS Code\bin; {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable PLINK_PROTOCOL in collection to ssh {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Prepending environment variable PS1 in collection with (.venv)  {"applyAtShellIntegration":true,"applyAtProcessCreation":false}
2024-02-13 16:28:53.497 [debug] Setting environment variable PWD in collection to C:/Users/a.babak/AppData/Local/Programs/Microsoft VS Code {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable PYTHONIOENCODING in collection to utf-8 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable PYTHONUNBUFFERED in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable TERM in collection to xterm-256color {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:53.497 [debug] Setting environment variable VIRTUAL_ENV in collection to d:\tmp\.venv {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:28:56.950 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:28:56.950 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:28:56.951 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:04.475 [error] Failed to initialize deactivate script C:\Program Files\Git\bin\bash.exe [Error: "c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash\envVars.txt" file not created
    at Timeout.<anonymous> (c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\out\client\extension.js:2:276484)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)]
2024-02-13 16:29:04.475 [error] Failed to initialize deactivate script C:\Program Files\Git\bin\bash.exe [Error: "c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\bash\envVars.txt" file not created
    at Timeout.<anonymous> (c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\out\client\extension.js:2:276484)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)]
2024-02-13 16:29:25.546 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:29:25.547 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:33.199 [debug] Testing: Trigger refresh after saving c:\Users\a.babak\AppData\Roaming\Code\User\settings.json
2024-02-13 16:29:33.497 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:33.499 [debug] Delay Trigger[Refresh Test Data]: triggered=1, called=1
2024-02-13 16:29:33.499 [info] Discover tests for workspace name: undefined - uri: c:\Users\a.babak\AppData\Roaming\Code\User\settings.json
2024-02-13 16:29:34.007 [debug] Delay Trigger[Test Configuration Change]: triggered=2, called=1
2024-02-13 16:29:34.155 [debug] Activation Commands received & d:/tmp/.venv/Scripts/Activate.ps1 for shell C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe, resource undefined and interpreter d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:34.155 [debug] Activating Environment to capture Environment variables, & d:/tmp/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:34.155 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:34.155 [info] shell: powershell
2024-02-13 16:29:35.001 [debug] Activated environment variables for undefined {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming',
  BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916',
  BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ',
  CLIENTNAME: 'ABABAKMAC',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'ABABAK',
  COMSPEC: 'C:\\Windows\\system32\\cmd.exe',
  DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  EFC_10440: '1',
  ELECTRON_RUN_AS_NODE: '1',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\a.babak',
  LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local',
  LOGONSERVER: '\\\\DC5',
  NUMBER_OF_PROCESSORS: '8',
  ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  PATH: 'D:\\tmp\\.venv\\Scripts;C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '9e0d',
  PROGRAMDATA: 'C:\\ProgramData',
  PROGRAMFILES: 'C:\\Program Files',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  PSMODULEPATH: 'C:\\Users\\a.babak\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules',
  PUBLIC: 'C:\\Users\\Public',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  SESSIONNAME: 'RDP-Tcp#0',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\Windows',
  TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  USERDNSDOMAIN: 'PLARIUM.LOCAL',
  USERDOMAIN: 'PLARIUM',
  USERDOMAIN_ROAMINGPROFILE: 'PLARIUM',
  USERNAME: 'a.babak',
  USERPROFILE: 'C:\\Users\\a.babak',
  VIRTUAL_ENV: 'D:\\tmp\\.venv',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '6168',
  WINDIR: 'C:\\Windows',
  _OLD_VIRTUAL_PATH: 'C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin'
}
2024-02-13 16:29:35.016 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:35.016 [info] shell: powershell
2024-02-13 16:29:35.466 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:35.466 [debug] Prepending environment variable PATH in collection with c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\powershell;D:\tmp\.venv\Scripts; {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:29:35.466 [debug] Setting environment variable VIRTUAL_ENV in collection to D:\tmp\.venv {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:29:35.467 [info] Send text to terminal: & C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\powershell\envVars.txt
2024-02-13 16:29:36.571 [debug] Time taken to get env vars using terminal is 1104ms
2024-02-13 16:29:41.943 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:29:41.943 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:50.882 [info] Experiment 'pythonDiscoveryUsingWorkers' is active
2024-02-13 16:29:50.882 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-02-13 16:29:50.882 [info] Experiment 'pythonREPLSmartSend' is active
2024-02-13 16:29:50.882 [info] Experiment 'pythonSurveyNotificationcf' is active
2024-02-13 16:29:50.882 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-02-13 16:29:50.882 [info] Experiment 'pythonTestAdapter' is active
2024-02-13 16:29:50.882 [debug] Getting roots
2024-02-13 16:29:50.882 [debug] Getting roots
2024-02-13 16:29:50.882 [debug] Found roots
2024-02-13 16:29:50.882 [debug] Start watching file for changes C:\Users\a.babak\.conda\environments.txt
2024-02-13 16:29:50.882 [debug] Start watching: C:\Users\a.babak\.conda with pattern environments.txt using VSCode API
2024-02-13 16:29:50.882 [debug] Found roots
2024-02-13 16:29:50.882 [debug] Start watching root d:\tmp for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2024-02-13 16:29:50.882 [debug] Start watching: d:\tmp with pattern python.exe using VSCode API
2024-02-13 16:29:50.882 [debug] Start watching: d:\tmp with pattern */python.exe using VSCode API
2024-02-13 16:29:50.882 [debug] Start watching: d:\tmp with pattern */Scripts/python.exe using VSCode API
2024-02-13 16:29:50.882 [info] Default formatter is set to null for workspace d:\tmp
2024-02-13 16:29:50.882 [debug] Waiting for test server to start...
2024-02-13 16:29:50.882 [info] Test server listening.
2024-02-13 16:29:50.882 [debug] Test server started.
2024-02-13 16:29:50.882 [debug] Testing: Setting up watcher for d:\tmp
2024-02-13 16:29:50.882 [debug] Needed to validate d:\tmp\.venv\Scripts\python.exe with latest info
2024-02-13 16:29:50.882 [info] Python interpreter path: .\.venv\Scripts\python.exe
2024-02-13 16:29:50.882 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:50.884 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.084 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.085 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.087 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.090 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.090 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.098 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\a.babak\\AppData\\Roaming",
    "BPPDOMAIN_MANAGER_ASM": "EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916",
    "BPPDOMAIN_MANAGER_TYPE": "EdrDotNet.EdrAppDomainManager",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ",
    "CLIENTNAME": "ABABAKMAC",
    "COMPUTERNAME": "ABABAK",
    "DEADLINE_PATH": "C:\\Program Files\\Thinkbox\\Deadline10\\bin",
    "EFC_10440": "1",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\a.babak",
    "LOCALAPPDATA": "C:\\Users\\a.babak\\AppData\\Local",
    "LOGONSERVER": "\\\\DC5",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "9e0d",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "RDP-Tcp#0",
    "TEMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp",
    "USERDNSDOMAIN": "PLARIUM.LOCAL",
    "USERDOMAIN": "PLARIUM",
    "USERDOMAIN_ROAMINGPROFILE": "PLARIUM",
    "USERNAME": "a.babak",
    "USERPROFILE": "C:\\Users\\a.babak",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\abdabff9-1.86.1-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "6168",
    "ComSpec": "C:\\Windows\\system32\\cmd.exe",
    "CommonProgramFiles": "C:\\Program Files\\Common Files",
    "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
    "CommonProgramW6432": "C:\\Program Files\\Common Files",
    "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
    "OneDrive": "C:\\Users\\a.babak\\OneDrive",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "windir": "C:\\Windows",
    "Path": "C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
2024-02-13 16:29:51.124 [debug] Activation Commands received & d:/tmp/.venv/Scripts/Activate.ps1 for shell C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe, resource d:\tmp and interpreter d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:51.124 [debug] Activating Environment to capture Environment variables, & d:/tmp/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:51.124 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:51.124 [info] shell: powershell
2024-02-13 16:29:51.152 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:29:51.152 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:29:51.153 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:29:51.154 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:29:51.155 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:29:51.156 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:29:51.156 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:29:51.211 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-02-13 16:29:51.212 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-02-13 16:29:51.922 [debug] Activated environment variables for d:\tmp {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\a.babak\\AppData\\Roaming',
  BPPDOMAIN_MANAGER_ASM: 'EdrDotNet, Version+115.0.0.0, Culture+neutral, PublicKeyToken+da1b3922653ea916',
  BPPDOMAIN_MANAGER_TYPE: 'EdrDotNet.EdrAppDomainManager',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_6168_KMFJTHJFPCELMFCZ',
  CLIENTNAME: 'ABABAKMAC',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'ABABAK',
  COMSPEC: 'C:\\Windows\\system32\\cmd.exe',
  DEADLINE_PATH: 'C:\\Program Files\\Thinkbox\\Deadline10\\bin',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  EFC_10440: '1',
  ELECTRON_RUN_AS_NODE: '1',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\a.babak',
  LOCALAPPDATA: 'C:\\Users\\a.babak\\AppData\\Local',
  LOGONSERVER: '\\\\DC5',
  NUMBER_OF_PROCESSORS: '8',
  ONEDRIVE: 'C:\\Users\\a.babak\\OneDrive',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  PATH: 'D:\\tmp\\.venv\\Scripts;C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 158 Stepping 13, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '9e0d',
  PROGRAMDATA: 'C:\\ProgramData',
  PROGRAMFILES: 'C:\\Program Files',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  PSMODULEPATH: 'C:\\Users\\a.babak\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules',
  PUBLIC: 'C:\\Users\\Public',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  SESSIONNAME: 'RDP-Tcp#0',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\Windows',
  TEMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  TMP: 'C:\\Users\\A9A10~1.BAB\\AppData\\Local\\Temp',
  USERDNSDOMAIN: 'PLARIUM.LOCAL',
  USERDOMAIN: 'PLARIUM',
  USERDOMAIN_ROAMINGPROFILE: 'PLARIUM',
  USERNAME: 'a.babak',
  USERPROFILE: 'C:\\Users\\a.babak',
  VIRTUAL_ENV: 'D:\\tmp\\.venv',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\a.babak\\AppData\\Roaming\\Code\\CachedData\\31c37ee8f63491495ac49e43b8544550fbae4533',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\abdabff9-1.86.1-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '6168',
  WINDIR: 'C:\\Windows',
  _OLD_VIRTUAL_PATH: 'C:\\Python39\\Scripts\\;C:\\Python39\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\a.babak\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\a.babak\\AppData\\Local\\Programs\\Microsoft VS Code\\bin'
}
2024-02-13 16:29:51.936 [info] > C:\Python39\python.exe ~/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/printEnvVariables.py
2024-02-13 16:29:51.936 [info] shell: powershell
2024-02-13 16:29:52.388 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:52.389 [debug] Prepending environment variable PATH in collection with c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\powershell;D:\tmp\.venv\Scripts; {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:29:52.389 [debug] Setting environment variable VIRTUAL_ENV in collection to D:\tmp\.venv {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-02-13 16:29:52.389 [info] Send text to terminal: & C:/Python39/python.exe c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\printEnvVariablesToFile.py c:\Users\a.babak\.vscode\extensions\ms-python.python-2024.1.10441005\pythonFiles\deactivate\powershell\envVars.txt
2024-02-13 16:29:52.400 [debug] Time taken to get env vars using terminal is 11ms
2024-02-13 16:29:52.503 [info] Starting Pylance language server.
2024-02-13 16:29:52.504 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:52.504 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:52.517 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:52.518 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:29:52.523 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:29:52.524 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-02-13 16:29:52.527 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:29:52.527 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-02-13 16:29:52.528 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"D:\\TMP\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"d:\\tmp\\.venv\\Scripts\\python.exe"}
2024-02-13 16:29:53.463 [debug] Clearing context for python dependencies not installed: d:\tmp\test.py
2024-02-13 16:29:56.882 [debug] Terminal shell path 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' identified as shell 'powershell'
2024-02-13 16:29:56.882 [debug] Shell identified as powershell 
2024-02-13 16:29:56.882 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:30:02.655 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:30:03.296 [debug] Received shell integration sequence for powershell
2024-02-13 16:30:17.353 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-02-13 16:30:17.354 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
2024-02-13 16:30:17.354 [debug] Found cached env for d:\tmp\.venv\Scripts\python.exe
ababak commented 8 months ago

That's weird. It looks like the pre-release version is activating the environment now. At least for PowerShell.

karrtikr commented 8 months ago

I published a new pre-release with a potential fix: https://github.com/microsoft/vscode-python/pull/22905, well glad to know it helps. If it re-occurs feel free to let us know and we'll be happy to reopen and take a look.

ababak commented 8 months ago

Now it does work for GitBash only when it's not a default shell:

$ echo $PATH
/c/Users/a.babak/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/a.babak/bin:/c/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/deactivate/powershell:/d/tmp/.venv/Scripts:/c/Python39/Scripts:/c/Python39:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/dotnet:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files/Docker/Docker/resources/bin:/cmd:/c/Program Files/Microsoft VS Code/bin:/c/Users/a.babak/AppData/Local/Microsoft/WindowsApps:/c/Users/a.babak/AppData/Local/Programs/Microsoft VS Code/bin:/usr/bin/vendor_perl:/usr/bin/core_perl

And now after setting GitBash as the default shell (note d:/c/tmp/.venv/Scripts part):

$ echo $PATH
/c/Users/a.babak/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/a.babak/bin:/c/Users/a.babak/.vscode/extensions/ms-python.python-2024.1.10441005/pythonFiles/deactivate/bash:d:/c/tmp/.venv/Scripts:/mingw64/bin:/usr/bin:/c/Users/a.babak/bin:/c/Python39/Scripts:/c/Python39:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/dotnet:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files/Docker/Docker/resources/bin:/cmd:/c/Program Files/Microsoft VS Code/bin:/c/Users/a.babak/AppData/Local/Microsoft/WindowsApps:/c/Users/a.babak/AppData/Local/Programs/Microsoft VS Code/bin:/c/Python39/Scripts:/c/Python39:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/dotnet:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/c/Program Files/Docker/Docker/resources/bin:/cmd:/c/Program Files/Microsoft VS Code/bin:/c/Users/a.babak/AppData/Local/Microsoft/WindowsApps:/c/Users/a.babak/AppData/Local/Programs/Microsoft VS Code/bin:/usr/bin/vendor_perl:/usr/bin/core_perl
ababak commented 8 months ago

Is there a chance that despite Git Bash not being officially supported, it could still be fixed when it is set as the default shell? ;)

karrtikr commented 8 months ago

I'll try to look into it, but right now we're swarmed with issues for other supported shell so we don't have the bandwidth yet.

rdbisme commented 8 months ago

Not everybody, unfortunately, has the luxury to spawn WSL in corporate environments, which means we're forced to use MSYS based emulation layers. And this extension used to work without problems with it before the 2024* releases. So I'd really love to see this fixed...

abf7d commented 7 months ago

@karrtikr I tried installing the pre-release version of the extension and I tried setting the default profile as Powershell. I tried restarting my VS Code and I tried opening up a second Powershell prompt after it VSCode started up and the first prompt was shown. In all situations the virtual enviornment failed to activate.

karrtikr commented 7 months ago

Ok please create a new issue this time providing the debug level logs for Powershell and we'll be happy to look into what's going on. Make sure to also include the screenshots asked.

monk-time commented 7 months ago

I have the same problem with the pre-release extension, Git Bash works properly only when it's not set as the default prompt. I looked at the logs in the last @ababak post and I think I see a possible culprit for the bug: they have their repo on /d/ instead of /c/ (same as me), and in the working scenario the path is added like so:

:/d/tmp/.venv/Scripts:

but in the broken scenario the path is wrong:

:d:/c/tmp/.venv/Scripts:

It's like this for me as well. @karrtikr could this be the problem?

edit: Yeah that's definitely it, I tried again with a repo on /c/ and Git Bash as the default terminal and it worked. Something's broken with path handling to the current repo.