Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

venv not activated for cmd on Windows #22309

Closed
joyceerhl opened this issue Oct 24, 2023 · 10 comments
Closed

venv not activated for cmd on Windows #22309

joyceerhl opened this issue Oct 24, 2023 · 10 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@joyceerhl
Copy link

joyceerhl commented Oct 24, 2023

Testing #22288

  1. Create cmd terminal on Windows
  2. Run python -c"import sys;print(sys.executable)"
  3. 🐛 printed interpreter path is not the one under .venv directory (this did work correctly for powershell on Windows), but I still got the "rest assured" notification
@karrtikr
Copy link

You might need to wait a bit for Python extension to finish "Reactivating terminals..." before cmd gets activated. If that's not the case, I would really appreciate the debug logs:

  • Run Developer: Set log level command
  • Select Trace
  • Run Developer: Reload Window command
  • Provide the output:
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Oct 24, 2023
@karrtikr
Copy link

karrtikr commented Oct 24, 2023

I assume:

  • Python extension was already activated and ".venv" was selected.
  • You didn't see any ⚠️ signs asking to relaunch terminal. Even if you didn't, can you try creating a new terminal and checking if it's activated or not?

@joyceerhl
Copy link
Author

I never see a "reactivating terminals" progress notification anywhere. Yes Python was activated, .venv was selected, there weren't signs about relaunching the terminal for the cmd prompt. This repros no matter how many times I create a cmd terminal, and when I hover them they all say the venv env var was successfully added

Image

Debug logs from Python extension when launching a cmd terminal:


2023-10-24 15:19:15.167 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"TERMINAL_ENV_COLLECTION_PROMPT_KEY"-Arg-Separator-true
2023-10-24 15:19:15.168 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:15.168 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:15.168 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:24.470 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:24.470 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-24 15:19:24.471 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:24.471 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:24.471 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Oct 24, 2023
@karrtikr
Copy link

We would need all of the debug logs, not just which are set after launching terminal. Also, can you click:

image

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Oct 24, 2023
@joyceerhl
Copy link
Author

After clicking that I get

# Terminalumgebungsänderungen

## Erweiterung: vscode.git

Folgende Features werden aktivieren: git auth provider

- `GIT_ASKPASS=c:\Users\huer\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\askpass.sh`
- `VSCODE_GIT_ASKPASS_NODE=C:\Users\huer\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe`
- `VSCODE_GIT_ASKPASS_EXTRA_ARGS=--ms-enable-electron-run-as-node`
- `VSCODE_GIT_ASKPASS_MAIN=c:\Users\huer\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\askpass-main.js`
- `VSCODE_GIT_IPC_HANDLE=\\.\pipe\vscode-git-358b19f26f-sock`

## Erweiterung: ms-python.python

Aktivierte Umgebung für `.\.venv\Scripts\python.exe`

- `PATH=C:\Users\huer\Source\vscode-copilot\.venv\Scripts;${env:PATH}`
- `VIRTUAL_ENV=C:\Users\huer\Source\vscode-copilot\.venv`
- `VIRTUAL_ENV_PROMPT=.venv`
- `PYTHONUSERBASE=C:\Users\huer\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages`

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Oct 24, 2023
@joyceerhl
Copy link
Author

joyceerhl commented Oct 24, 2023

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

2023-10-24 15:16:22.389 [info] Experiment 'pythonTerminalEnvVarActivation' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonaacf' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonPromptNewFormatterExt' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonPromptNewToolsExt' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonRecommendTensorboardExt' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonREPLSmartSend' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonSurveyNotification' ist aktiv
2023-10-24 15:16:22.389 [info] Experiment 'pythonTestAdapter' ist aktiv
2023-10-24 15:16:22.389 [info] Default formatter is set to ms-python.black-formatter for workspace c:\Users\huer\Source\vscode-copilot
2023-10-24 15:16:22.390 [info] Test server listening.
2023-10-24 15:16:22.390 [info] Pfad zum Python-Interpreter: ~\AppData\Local\Microsoft\WindowsApps\python3.11.exe
2023-10-24 15:16:24.223 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-10-24 15:16:25.325 [info] > conda info --json
2023-10-24 15:16:27.692 [info] Starten des Pylance-Sprachservers.
2023-10-24 15:16:27.842 [info] Selected workspace c:\Users\huer\Source\vscode-copilot for creating virtual environment.
2023-10-24 15:16:29.530 [info] Selected interpreter c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for creating virtual environment.
2023-10-24 15:16:29.658 [info] > .\.venv\Scripts\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\interpreterInfo.py
2023-10-24 15:16:30.832 [info] Discover tests for workspace name: vscode-copilot - uri: c:\Users\huer\Source\vscode-copilot
2023-10-24 15:16:30.832 [info] Pfad zum Python-Interpreter: .\.venv\Scripts\python.exe
2023-10-24 15:16:30.876 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:16:30.876 [info] shell: powershellCore
2023-10-24 15:16:30.897 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:16:30.897 [info] shell: commandPrompt
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:30.937 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:16:34.983 [info] > ~\AppData\Local\Microsoft\WindowsApps\python3.10.exe ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:16:34.983 [info] shell: powershellCore
2023-10-24 15:17:01.115 [info] Discover tests for workspace name: undefined - uri: c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
2023-10-24 15:17:03.568 [info] Discover tests for workspace name: undefined - uri: c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
2023-10-24 15:17:09.783 [info] Discover tests for workspace name: undefined - uri: c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
2023-10-24 15:17:11.886 [info] Discover tests for workspace name: undefined - uri: c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
2023-10-24 15:17:18.088 [info] Discover tests for workspace name: undefined - uri: c:\Users\huer\AppData\Roaming\Code - Insiders\User\settings.json
2023-10-24 15:17:25.049 [info] Selected workspace c:\Users\huer\Source\vscode-copilot for creating virtual environment.
2023-10-24 15:17:28.673 [info] Selected workspace c:\Users\huer\Source\vscode-copilot for creating virtual environment.
2023-10-24 15:17:29.117 [info] Selected interpreter c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for creating virtual environment.
2023-10-24 15:19:01.065 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:01.065 [debug] Clearing context for python dependencies not installed: extension-output-GitHub.copilot-chat-#1-GitHub Copilot Chat
2023-10-24 15:19:01.065 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:01.065 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:01.066 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-24 15:19:07.876 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:07.876 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:19:07.877 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:07.877 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:07.877 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}
2023-10-24 15:19:15.167 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"TERMINAL_ENV_COLLECTION_PROMPT_KEY"-Arg-Separator-true
2023-10-24 15:19:15.168 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:15.168 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:15.168 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:24.470 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:24.470 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-24 15:19:24.471 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:24.471 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:24.471 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-24 15:19:38.868 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:19:38.868 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:19:38.869 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:19:38.870 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:19:38.870 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}
2023-10-24 15:20:31.837 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:22:08.153 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:22:08.705 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:22:45.570 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:22:45.643 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:22:51.159 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:22:51.159 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\treeSitterQueries.ts
2023-10-24 15:22:51.185 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:22:51.185 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:22:51.185 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}
2023-10-24 15:22:52.954 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\treeSitterQueries.ts
2023-10-24 15:22:54.014 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:22:54.115 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:22:54.115 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:22:54.173 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:22:54.173 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:22:54.174 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}
2023-10-24 15:23:00.494 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:23:13.259 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:23:13.901 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:23:15.101 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:23:16.297 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\src\base\parser\parserImpl.ts
2023-10-24 15:32:42.931 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:32:42.979 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:32:42.979 [debug] Clearing context for python dependencies not installed: Environment changes - vscode-copilot
2023-10-24 15:32:42.979 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:32:42.979 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:32:42.979 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-24 15:32:44.624 [debug] Clearing context for python dependencies not installed: Environment changes - vscode-copilot
2023-10-24 15:33:29.108 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:33:29.108 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-24 15:33:29.108 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:33:29.109 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:33:29.109 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-24 15:33:29.365 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:33:29.365 [debug] Clearing context for python dependencies not installed: Environment changes - vscode-copilot
2023-10-24 15:33:29.365 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:33:29.365 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:33:29.366 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-24 15:33:29.392 [debug] Clearing context for python dependencies not installed: Environment changes - vscode-copilot
2023-10-24 15:33:34.784 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:33:34.828 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:33:35.155 [debug] Clearing context for python dependencies not installed: undefined
2023-10-24 15:34:59.077 [info] Experiment 'pythonTerminalEnvVarActivation' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonaacf' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonPromptNewFormatterExt' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonPromptNewToolsExt' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonRecommendTensorboardExt' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonREPLSmartSend' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonSurveyNotification' ist aktiv
2023-10-24 15:34:59.077 [info] Experiment 'pythonTestAdapter' ist aktiv
2023-10-24 15:34:59.077 [debug] Getting roots
2023-10-24 15:34:59.077 [debug] Getting roots
2023-10-24 15:34:59.077 [debug] Found roots
2023-10-24 15:34:59.077 [debug] Start watching file for changes C:\Users\huer\.conda\environments.txt
2023-10-24 15:34:59.077 [debug] Start watching: C:\Users\huer\.conda with pattern environments.txt using VSCode API
2023-10-24 15:34:59.077 [debug] Found roots
2023-10-24 15:34:59.077 [debug] Start watching root c:\Users\huer\Source\vscode-copilot for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2023-10-24 15:34:59.077 [debug] Start watching: c:\Users\huer\Source\vscode-copilot with pattern python.exe using VSCode API
2023-10-24 15:34:59.077 [debug] Start watching: c:\Users\huer\Source\vscode-copilot with pattern */python.exe using VSCode API
2023-10-24 15:34:59.077 [debug] Start watching: c:\Users\huer\Source\vscode-copilot with pattern */Scripts/python.exe using VSCode API
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [info] Default formatter is set to ms-python.black-formatter for workspace c:\Users\huer\Source\vscode-copilot
2023-10-24 15:34:59.077 [debug] Waiting for test server to start...
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:34:59.077 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"PythonTensorBoardWebviewPreferredViewGroup"-Arg-Separator--1
2023-10-24 15:34:59.077 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:34:59.077 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:34:59.077 [debug] VS Code was not launched from the command line, not selecting activated interpreter {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
    "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
    "COMPUTERNAME": "DESKTOP-EM6MN83",
    "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",
    "EFC_8672": "0",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "GOPATH": "C:\\Users\\huer\\go",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\huer",
    "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
    "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
    "NUMBER_OF_PROCESSORS": "8",
    "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
    "NVM_SYMLINK": "C:\\Program Files\\nodejs",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "OneDrive": "C:\\Users\\huer\\OneDrive - Microsoft",
    "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
    "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "7e05",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "PUBLIC": "C:\\Users\\Public",
    "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "SESSIONNAME": "Console",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
    "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
    "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
    "USERDOMAIN": "NORTHAMERICA",
    "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
    "USERNAME": "huer",
    "USERPROFILE": "C:\\Users\\huer",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
    "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
    "VSCODE_PID": "21876",
    "windir": "C:\\Windows"
}
2023-10-24 15:34:59.077 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:34:59.077 [info] Test server listening.
2023-10-24 15:34:59.077 [debug] Test server started.
2023-10-24 15:34:59.077 [debug] Testing: Setting up watcher for c:\Users\huer\Source\vscode-copilot
2023-10-24 15:34:59.077 [debug] Needed to validate C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.10.exe with latest info
2023-10-24 15:34:59.078 [debug] Resolved C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.10.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1688750105733,"mtime":1688750105733},"display":"Python 3.10.11 64-bit (Microsoft Store)","version":{"major":3,"minor":10,"micro":11,"release":{"level":"final","serial":0},"sysVersion":"3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Microsoft"},"source":["path env var"],"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-24 15:34:59.078 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:34:59.078 [debug] Needed to validate C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.11.exe with latest info
2023-10-24 15:34:59.078 [debug] Resolved C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.11.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0","ctime":1696354830083,"mtime":1696354830067},"display":"Python 3.11.6 64-bit (Microsoft Store)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Microsoft"},"source":["path env var"],"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE","detailedDisplayName":"Python 3.11.6 64-bit (Microsoft Store)"}
2023-10-24 15:34:59.183 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.570 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:35:04.580 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.580 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:04.840 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:04.840 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-24 15:35:04.841 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:04.948 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-24 15:35:04.954 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:04.971 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-24 15:35:04.994 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-24 15:35:05.012 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-24 15:35:05.036 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-24 15:35:05.059 [debug] Extension ms-toolsai.jupyter accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.069 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.078 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:05.096 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:05.121 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-24 15:35:05.141 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:05.172 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/huer/AppData/Local/Microsoft/WindowsApps/python3.10.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0"},"version":{"major":3,"minor":10,"micro":11,"release":{"level":"final","serial":0},"sysVersion":"3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE"}
2023-10-24 15:35:05.191 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.196 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe","id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/huer/AppData/Local/Microsoft/WindowsApps/python3.11.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0"},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE"}
2023-10-24 15:35:05.209 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.220 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:05.228 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:05.245 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:05.253 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:05.253 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:05.254 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:05.255 [debug] No cached env found for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:05.460 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.477 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:05.491 [debug] Extension ms-python.isort accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-24 15:35:05.783 [debug] Searching for conda.
2023-10-24 15:35:05.785 [debug] Probing conda binary: conda
2023-10-24 15:35:05.887 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
    "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
    "COMPUTERNAME": "DESKTOP-EM6MN83",
    "EFC_8672": "0",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "GOPATH": "C:\\Users\\huer\\go",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\huer",
    "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
    "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
    "NUMBER_OF_PROCESSORS": "8",
    "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
    "NVM_SYMLINK": "C:\\Program Files\\nodejs",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
    "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "7e05",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "Console",
    "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
    "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
    "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
    "USERDOMAIN": "NORTHAMERICA",
    "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
    "USERNAME": "huer",
    "USERPROFILE": "C:\\Users\\huer",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
    "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
    "VSCODE_PID": "21876",
    "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\\huer\\OneDrive - Microsoft",
    "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
    "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:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin"
}
2023-10-24 15:35:05.893 [info] > conda info --json
2023-10-24 15:35:05.987 [debug] Failed to spawn conda binary conda Error: spawn conda ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
    at onErrorNT (node:internal/child_process:476:16)
    at processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
2023-10-24 15:35:06.245 [info] > .\.venv\Scripts\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\interpreterInfo.py
2023-10-24 15:35:06.245 [debug] Shell Exec: c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe -I c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\get_output_via_markers.py c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\interpreterInfo.py with options: {
    "timeout": 15000,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
        "COMPUTERNAME": "DESKTOP-EM6MN83",
        "EFC_8672": "0",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "GOPATH": "C:\\Users\\huer\\go",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\huer",
        "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
        "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
        "NVM_SYMLINK": "C:\\Program Files\\nodejs",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "7e05",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
        "USERDOMAIN": "NORTHAMERICA",
        "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
        "USERNAME": "huer",
        "USERPROFILE": "C:\\Users\\huer",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
        "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
        "VSCODE_PID": "21876",
        "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\\huer\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
        "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:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
2023-10-24 15:35:12.839 [debug] Unable to kill process with pid 29560
2023-10-24 15:35:12.840 [debug] Found interpreter for >> c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe -I c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\get_output_via_markers.py c:\Users\huer\.vscode-insiders\extensions\ms-python.python-2023.19.12972018\pythonFiles\interpreterInfo.py <<: {"versionInfo":[3,11,6,"final",0],"sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]","is64Bit":true}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.842 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.843 [debug] Environment resolver resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe for {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6},"arch":1,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"} to {"arch":3,"executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","mtime":-1,"ctime":-1},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"}}
2023-10-24 15:35:12.847 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.847 [debug] Python API env change detected C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE add
2023-10-24 15:35:12.848 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.848 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.848 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.848 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.848 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.848 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.849 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.849 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.849 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.849 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.849 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.849 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.850 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.850 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe to {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.850 [debug] Flushing env to cache C:\USERS\HUER\SOURCE\VSCODE-COPILOT\.VENV\SCRIPTS\PYTHON.EXE
2023-10-24 15:35:12.858 [debug] Found cached env for C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.10.exe
2023-10-24 15:35:12.858 [debug] Found cached env for C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.11.exe
2023-10-24 15:35:12.859 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:12.860 [debug] Resolved C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.10.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1688750105733,"mtime":1688750105733},"display":"Python 3.10.11 64-bit (Microsoft Store)","version":{"major":3,"minor":10,"micro":11,"release":{"level":"final","serial":0},"sysVersion":"3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Microsoft"},"source":["path env var"],"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-24 15:35:12.860 [debug] Resolved C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.11.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0","ctime":1696354830083,"mtime":1696354830067},"display":"Python 3.11.6 64-bit (Microsoft Store)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Microsoft"},"source":["path env var"],"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE","detailedDisplayName":"Python 3.11.6 64-bit (Microsoft Store)"}
2023-10-24 15:35:12.860 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.863 [info] Pfad zum Python-Interpreter: .\.venv\Scripts\python.exe
2023-10-24 15:35:12.864 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-24 15:35:12.864 [debug] Shell path identified as shell 'powershellCore'
2023-10-24 15:35:12.869 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:12.873 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:12.874 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:12.878 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:12.878 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:13.257 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:13.257 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:13.258 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:13.258 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:13.258 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:14.516 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:14.529 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:14.632 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:14.632 [debug] Clearing context for python dependencies not installed: c:\Users\huer\Source\vscode-copilot\test\aml\run.py
2023-10-24 15:35:14.662 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:14.662 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:14.663 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.674 [debug] Storage update failed for key PYTHON_ENV_INFO_CACHE  retrying by resetting first
2023-10-24 15:35:14.794 [debug] Activation Commands received & c:/Users/huer/Source/vscode-copilot/.venv/Scripts/Activate.ps1 for shell C:\Program Files\PowerShell\7\pwsh.exe
2023-10-24 15:35:14.794 [debug] Has Custom Env Vars
2023-10-24 15:35:14.794 [debug] Activating Environment to capture Environment variables, & c:/Users/huer/Source/vscode-copilot/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:35:14.794 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-24 15:35:14.794 [debug] Shell path identified as shell 'powershellCore'
2023-10-24 15:35:14.794 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:35:14.794 [info] shell: powershellCore
2023-10-24 15:35:14.794 [debug] Shell Exec: & c:/Users/huer/Source/vscode-copilot/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
        "COMPUTERNAME": "DESKTOP-EM6MN83",
        "EFC_8672": "0",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "GOPATH": "C:\\Users\\huer\\go",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\huer",
        "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
        "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
        "NVM_SYMLINK": "C:\\Program Files\\nodejs",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "7e05",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
        "USERDOMAIN": "NORTHAMERICA",
        "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
        "USERNAME": "huer",
        "USERPROFILE": "C:\\Users\\huer",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
        "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
        "VSCODE_PID": "21876",
        "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\\huer\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
        "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:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
2023-10-24 15:35:14.901 [debug] Activation Commands received c:/Users/huer/Source/vscode-copilot/.venv/Scripts/activate.bat for shell cmd
2023-10-24 15:35:14.901 [debug] Has Custom Env Vars
2023-10-24 15:35:14.901 [debug] Activating Environment to capture Environment variables, c:/Users/huer/Source/vscode-copilot/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:35:14.901 [debug] Shell path 'cmd', base path 'cmd'
2023-10-24 15:35:14.901 [debug] Shell path identified as shell 'commandPrompt'
2023-10-24 15:35:14.901 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:35:14.901 [info] shell: commandPrompt
2023-10-24 15:35:14.901 [debug] Shell Exec: c:/Users/huer/Source/vscode-copilot/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
        "COMPUTERNAME": "DESKTOP-EM6MN83",
        "EFC_8672": "0",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "GOPATH": "C:\\Users\\huer\\go",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\huer",
        "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
        "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
        "NVM_SYMLINK": "C:\\Program Files\\nodejs",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "7e05",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
        "USERDOMAIN": "NORTHAMERICA",
        "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
        "USERNAME": "huer",
        "USERPROFILE": "C:\\Users\\huer",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
        "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
        "VSCODE_PID": "21876",
        "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\\huer\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
        "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:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "cmd",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.922 [warning] Retry failed, storage update failed for key PYTHON_ENV_INFO_CACHE
2023-10-24 15:35:14.932 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:14.936 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:14.991 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/huer/AppData/Local/Microsoft/WindowsApps/python3.10.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0"},"version":{"major":3,"minor":10,"micro":11,"release":{"level":"final","serial":0},"sysVersion":"3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE"}
2023-10-24 15:35:14.995 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps\\python3.11.exe","id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/huer/AppData/Local/Microsoft/WindowsApps/python3.11.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0"},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\HUER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.11.EXE"}
2023-10-24 15:35:15.032 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:15.045 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:15.058 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE"}
2023-10-24 15:35:15.063 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:15.069 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:15.073 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-24 15:35:15.098 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-24 15:35:15.113 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot","_sep":1,"external":"file:///c%3A/Users/huer/Source/vscode-copilot","path":"/c:/Users/huer/Source/vscode-copilot","scheme":"file"},"name":"vscode-copilot","index":0}},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"tools":["Venv"]},"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE"}
2023-10-24 15:35:15.141 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-24 15:35:15.177 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-24 15:35:15.184 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:18.288 [info] Starten des Pylance-Sprachservers.
2023-10-24 15:35:18.289 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:18.289 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:18.289 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:18.290 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:18.291 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:18.291 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:18.294 [debug] [object Object]. Shell identified as undefined 
2023-10-24 15:35:18.294 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-24 15:35:18.294 [debug] Shell path identified as shell 'powershellCore'
2023-10-24 15:35:18.294 [debug] Terminal shell path 'C:\Program Files\PowerShell\7\pwsh.exe' identified as shell 'powershellCore'
2023-10-24 15:35:18.294 [debug] [object Object]. Shell identified as powershellCore 
2023-10-24 15:35:18.294 [debug] Shell identified as 'powershellCore'
2023-10-24 15:35:18.295 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:18.295 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:18.295 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:18.296 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:18.296 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT"-Arg-Separator-undefined
2023-10-24 15:35:18.296 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\huer\\Source\\vscode-copilot"-Arg-Separator-undefined
2023-10-24 15:35:18.342 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:18.342 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:18.345 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:18.345 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:18.357 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:18.360 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:18.363 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2023-10-24 15:35:18.367 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-24 15:35:18.371 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"}
2023-10-24 15:35:19.694 [debug] Couldn't locate the conda binary.
2023-10-24 15:35:21.154 [debug] Unable to kill process with pid 19196
2023-10-24 15:35:22.557 [debug] Unable to kill process with pid 27764
2023-10-24 15:35:22.574 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-24 15:35:22.574 [debug] Shell path identified as shell 'powershellCore'
2023-10-24 15:35:22.574 [info] > ~\AppData\Local\Microsoft\WindowsApps\python3.10.exe ~/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py
2023-10-24 15:35:22.574 [info] shell: powershellCore
2023-10-24 15:35:22.574 [debug] Shell Exec: C:\Users\huer\AppData\Local\Microsoft\WindowsApps\python3.10.exe c:/Users/huer/.vscode-insiders/extensions/ms-python.python-2023.19.12972018/pythonFiles/printEnvVariables.py with options: {
    "shell": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\huer\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_21876_YFVPIPVBIJOURRNN",
        "COMPUTERNAME": "DESKTOP-EM6MN83",
        "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",
        "EFC_8672": "0",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "GOPATH": "C:\\Users\\huer\\go",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\huer",
        "LOCALAPPDATA": "C:\\Users\\huer\\AppData\\Local",
        "LOGONSERVER": "\\\\DESKTOP-EM6MN83",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\huer\\AppData\\Roaming\\nvm",
        "NVM_SYMLINK": "C:\\Program Files\\nodejs",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "OneDrive": "C:\\Users\\huer\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\huer\\OneDrive - Microsoft",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 126 Stepping 5, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "7e05",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
        "PUBLIC": "C:\\Users\\Public",
        "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Go\\bin;C:\\Users\\huer\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\huer\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\huer\\go\\bin",
        "ProgramData": "C:\\ProgramData",
        "ProgramFiles": "C:\\Program Files",
        "ProgramFiles(x86)": "C:\\Program Files (x86)",
        "ProgramW6432": "C:\\Program Files",
        "SESSIONNAME": "Console",
        "SystemDrive": "C:",
        "SystemRoot": "C:\\Windows",
        "TEMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\huer\\AppData\\Local\\Temp",
        "UATDATA": "C:\\Windows\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "northamerica.corp.microsoft.com",
        "USERDOMAIN": "NORTHAMERICA",
        "USERDOMAIN_ROAMINGPROFILE": "NORTHAMERICA",
        "USERNAME": "huer",
        "USERPROFILE": "C:\\Users\\huer",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\huer\\AppData\\Roaming\\Code - Insiders\\CachedData\\7dff07893ac160244db210e574eccc05f1cba2cb",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\huer\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\068c983e71b909310447fb1127aea309-1.84.0-insider-main-sock",
        "VSCODE_L10N_BUNDLE_LOCATION": "file:///c%3A/Users/huer/.vscode-insiders/extensions/ms-ceintl.vscode-language-pack-de-1.84.2023101809/translations/extensions/vscode.json-language-features.i18n.json",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"de\",\"osLocale\":\"en-us\",\"availableLanguages\":{\"*\":\"de\"},\"_languagePackId\":\"22a5823fcd79fac5b5316078362a894f.de\",\"_translationsConfigFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\tcf.json\",\"_cacheRoot\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\",\"_resolvedLanguagePackCoreLocation\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\7dff07893ac160244db210e574eccc05f1cba2cb\",\"_corruptedFile\":\"C:\\\\Users\\\\huer\\\\AppData\\\\Roaming\\\\Code - Insiders\\\\clp\\\\22a5823fcd79fac5b5316078362a894f.de\\\\corrupted.info\",\"_languagePackSupport\":true}",
        "VSCODE_PID": "21876",
        "windir": "C:\\Windows",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
2023-10-24 15:35:29.399 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-24 15:35:29.400 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-24 15:35:29.400 [debug] Found cached env for c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe
2023-10-24 15:35:29.400 [debug] Resolved c:\Users\huer\Source\vscode-copilot\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","kind":"virt-venv","executable":{"filename":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","ctime":1697841706575,"mtime":1697841706236},"searchLocation":{"$mid":1,"fsPath":"c:\\Users\\huer\\Source\\vscode-copilot\\.venv","_sep":1,"path":"/c:/Users/huer/Source/vscode-copilot/.venv","scheme":"file"},"display":"Python 3.11.6 ('.venv': venv)","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":""},"source":[],"type":"Virtual","id":"C:\\USERS\\HUER\\SOURCE\\VSCODE-COPILOT\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-24 15:35:29.401 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\Users\\huer\\Source\\vscode-copilot\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined

@karrtikr
Copy link

It seems like the default shell is still powershell based on the logs:

2023-10-24 15:35:18.294 [debug] Terminal shell path 'C:\Program Files\PowerShell\7\pwsh.exe' identified as shell 'powershellCore'

Per TPI, try changing the default shell to cmd, waiting to reactivate, then open a new terminal.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Oct 25, 2023
@karrtikr
Copy link

Closing as it's expected if cmd is not chosen as default. Let me know if it's still an issue after cmd is chosen as default and we can have a further look.

@karrtikr karrtikr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
@joyceerhl
Copy link
Author

@karrtikr why does this only apply to default terminals? I repro this by creating a cmd terminal from the + dropdown, and I would expect activating virtual environments to work for that as well.

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Oct 25, 2023
@karrtikr
Copy link

@joyceerhl Technical limitation by VS Code, currently same environment collection is applied to all shells. So we just apply the env collection for the default shell.

We have plans to add a "shell" scope based on user feedback if need be: https://code.visualstudio.com/api/references/vscode-api#EnvironmentVariableScope, after which it should be possible to activate each shell differently.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants