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

Virtual Environment not activated when PowerShell execution is disabled #22252

Closed
weeix opened this issue Oct 18, 2023 · 9 comments · Fixed by #22273 or #22350
Closed

Virtual Environment not activated when PowerShell execution is disabled #22252

weeix opened this issue Oct 18, 2023 · 9 comments · Fixed by #22273 or #22350
Assignees
Labels
area-terminal bug Issue identified by VS Code Team member as probable bug experimenting Feature is part of an experiment verified Verification succeeded windows
Milestone

Comments

@weeix
Copy link

weeix commented Oct 18, 2023

Type: Bug

Behaviour

Expected vs. Actual

  • Expected: Virtual Environment activated, or show warnings if it can't.
  • Actual: Virtual Environment failed to activate silently.

Steps to reproduce:

  1. Set PowerShell as default terminal
  2. Create a virtual environment
  3. Select the virtual environment as interpreter
  4. Delete the terminal and open it again

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.12.0
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv
  • Value of the python.languageServer setting: Default
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

2023-10-18 19:48:57.027 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-10-18 19:48:57.027 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-10-18 19:48:57.027 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2023-10-18 19:48:57.027 [info] Experiment 'pythonTestAdaptercf' is active
2023-10-18 19:48:57.027 [info] Test server listening.
2023-10-18 19:48:57.027 [info] Python interpreter path: .\.venv\Scripts\python.exe
2023-10-18 19:48:57.421 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py
2023-10-18 19:48:57.421 [info] shell: powershell
2023-10-18 19:48:58.331 [info] Starting Pylance language server.
2023-10-18 19:48:58.621 [warning] Got env variables but with errors & : File C:\Users\username\Downloads\geonode\.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is 
disabled on this system. For more information, see about_Execution_Policies at 
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & c:/Users/username/Downloads/geonode/.venv/Scripts/Activate.ps1 ; echo  ...
+   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

2023-10-18 19:48:58.627 [info] > ~\AppData\Local\Programs\Python\Python312\python.exe ~/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py
2023-10-18 19:48:58.627 [info] shell: powershell

User Settings


languageServer: "Pylance"

Extension version: 2023.18.0
VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z)
OS version: Windows_NT x64 10.0.22621
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i5-12400F (12 x 2496)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 31.82GB (23.29GB free)
Process Argv --crash-reporter-id bbcd2996-e4f0-42dc-994d-6bf9429cf1e3
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30410667
py29gd2263cf:30856253
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30695312
azure-dev_surveyone:30548225
3biah626:30602489
89544117:30613380
a9j8j154:30646983
showlangstatbar:30737416
962ge761:30841074
a2ce3375:30757347
pythonfmttext:30731395
fixshowwlkth:30771522
showindicator:30805244
pythongtdpath:30769146
i26e3531:30792625
pythonnosmt12:30797651
pythonidxptcf:30805731
pythonnoceb:30805159
copilotsettingt:30859503
synctok:30821570
dsvsc013:30795093
dsvsc014:30804076
diffeditorv1:30821571
pythonmpsinfo:30842941
dsvsc015:30845448
pyreplss2:30858576
pythontbext0:30864172

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 18, 2023
@karrtikr karrtikr added the experimenting Feature is part of an experiment label Oct 18, 2023
@karrtikr
Copy link

Please provide the debug logs which can help diagnose the issue:

  • 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 18, 2023
@karrtikr karrtikr added feature-request Request for new features or functionality area-terminal needs PR Ready to be worked on and removed info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team labels Oct 20, 2023
@karrtikr karrtikr modified the milestones: November 2023, October 2023 Oct 20, 2023
@karrtikr karrtikr added bug Issue identified by VS Code Team member as probable bug and removed feature-request Request for new features or functionality labels Oct 20, 2023
karrtikr pushed a commit that referenced this issue Oct 20, 2023
…d on the system (#22273)

Closes #22252

Error out if stderr is related to Powershell execution being disabled on
system, even though environment variables are returned in this case,
we've observed they're not valid in this case.
@github-actions github-actions bot removed the needs PR Ready to be worked on label Oct 20, 2023
@karrtikr
Copy link

Verification steps:

  • Run:
Set-ExecutionPolicy -Scope CurrentUser Restricted

in powershell

  • Use pre-release and reload vscode
  • Create and select a venv: Python: Create Environment
  • Run:
python -c"import sys;print(sys.executable)"

to verify that env is activated.

@amunger amunger added the verified Verification succeeded label Oct 25, 2023
@amunger
Copy link

amunger commented Oct 25, 2023

it claims to have activated but doesn't seem to have been successful

image

@amunger amunger reopened this Oct 25, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 25, 2023
@amunger amunger added verification-found Issue verification failed and removed verified Verification succeeded labels Oct 25, 2023
@karrtikr
Copy link

karrtikr commented Oct 25, 2023

@amunger But IWOMM 😅 Can you please provide 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 25, 2023
@karrtikr karrtikr removed this from the October 2023 milestone Oct 25, 2023
@karrtikr karrtikr added this to the November 2023 milestone Oct 25, 2023
@karrtikr karrtikr added needs spike Label for issues that need investigation before they can be worked on. and removed triage-needed Needs assignment to the proper sub-team labels Oct 25, 2023
@karrtikr
Copy link

Ah, in that screenshot itself it says shell integration failed to activate, that might have something to do with it.

@amunger
Copy link

amunger commented Oct 25, 2023

logs
2023-10-25 15:17:11.674 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2023-10-25 15:17:11.674 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-10-25 15:17:11.674 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-10-25 15:17:11.674 [info] Experiment 'pythonTestAdaptercf' is active
2023-10-25 15:17:12.279 [info] Default formatter is set to ms-python.black-formatter for workspace c:\src\vscode-extension-samples\helloworld-sample
2023-10-25 15:17:12.306 [info] Test server listening.
2023-10-25 15:17:12.350 [info] > conda info --json
2023-10-25 15:17:12.396 [info] > ~\AppData\Local\Microsoft\WindowsApps\python3.10.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:12.417 [info] > C:\Python311\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:12.429 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
2023-10-25 15:17:12.429 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-10-25 15:17:12.429 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-10-25 15:17:12.429 [warning] Retry failed, storage update failed for key PYTHON_WORKSPACE_STORAGE_KEYS
2023-10-25 15:17:13.183 [info] Selected workspace c:\src\vscode-extension-samples\helloworld-sample for creating virtual environment.
2023-10-25 15:17:13.845 [info] Python interpreter path: ~\AppData\Local\Microsoft\WindowsApps\python3.10.exe
2023-10-25 15:17:13.864 [info] > ~\Miniconda3\Scripts\conda.exe info --json
2023-10-25 15:17:15.564 [info] > ~\Miniconda3\condabin\conda.bat info --json
2023-10-25 15:17:17.219 [info] > ~\Miniconda3\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:17.251 [info] > ~\AppData\Local\Programs\Python\Python310\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:19.192 [info] Selected interpreter C:\Python311\python.exe for creating virtual environment.
2023-10-25 15:17:19.380 [info] Running Env creation script:  [
  'C:\\Python311\\python.exe',
  'c:\\Users\\aamunger\\.vscode-insiders\\extensions\\ms-python.python-2023.19.12981006\\pythonFiles\\create_venv.py',
  '--git-ignore'
]
2023-10-25 15:17:19.380 [info] > C:\Python311\python.exe ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\create_venv.py --git-ignore
2023-10-25 15:17:19.380 [info] cwd: .
2023-10-25 15:17:19.562 [info] Running: C:\Python311\python.exe -m venv .venv

2023-10-25 15:17:19.911 [info] > .\.venv\Scripts\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:20.279 [info] Starting Pylance language server.
2023-10-25 15:17:20.760 [info] > .\.venv\Scripts\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:17:32.915 [info] CREATED_VENV:c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe

2023-10-25 15:17:32.921 [info] Creating: c:\src\vscode-extension-samples\helloworld-sample\.venv\.gitignore
CREATE_VENV.UPGRADING_PIP
Running: c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe -m pip install --upgrade pip

2023-10-25 15:17:33.945 [info] Requirement already satisfied: pip in .\.venv\lib\site-packages (23.2.1)

2023-10-25 15:17:34.549 [info] Collecting pip

2023-10-25 15:17:34.550 [info]   Obtaining dependency information for pip from https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl.metadata

2023-10-25 15:17:34.567 [info]   Using cached pip-23.3.1-py3-none-any.whl.metadata (3.5 kB)

2023-10-25 15:17:34.602 [info] Using cached pip-23.3.1-py3-none-any.whl (2.1 MB)

2023-10-25 15:17:34.776 [info] Installing collected packages: pip

2023-10-25 15:17:34.776 [info]   Attempting uninstall: pip

2023-10-25 15:17:34.781 [info]     Found existing installation: pip 23.2.1

2023-10-25 15:17:35.054 [info]     Uninstalling pip-23.2.1:

2023-10-25 15:17:35.094 [info]       Successfully uninstalled pip-23.2.1

2023-10-25 15:17:41.172 [info] Successfully installed pip-23.3.1

2023-10-25 15:17:41.904 [info] CREATE_VENV.UPGRADED_PIP

2023-10-25 15:17:41.967 [info] Discover tests for workspace name: helloworld-sample - uri: c:\src\vscode-extension-samples\helloworld-sample
2023-10-25 15:17:41.967 [info] Python interpreter path: .\.venv\Scripts\python.exe
2023-10-25 15:17:41.989 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:17:41.989 [info] shell: powershellCore
2023-10-25 15:17:43.566 [warning] Got env variables but with errors �[31;1m&: �[31;1mFile C:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.�[0m
 {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\aamunger\\AppData\\Roaming',
  APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: '1',
  CHOCOLATEYINSTALL: 'C:\\ProgramData\\chocolatey',
  CHOCOLATEYLASTPATHUPDATE: '133404786082105194',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'AAM440',
  COMSPEC: 'C:\\WINDOWS\\system32\\cmd.exe',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  ELECTRON_RUN_AS_NODE: '1',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\aamunger',
  LOCALAPPDATA: 'C:\\Users\\aamunger\\AppData\\Local',
  LOGONSERVER: '\\\\AAM440',
  NUMBER_OF_PROCESSORS: '8',
  NVM_HOME: 'C:\\Users\\aamunger\\AppData\\Roaming\\nvm',
  NVM_SYMLINK: 'C:\\Program Files\\nodejs',
  ONEDRIVE: 'C:\\Users\\aamunger\\OneDrive - Microsoft',
  ONEDRIVECOMMERCIAL: 'C:\\Users\\aamunger\\OneDrive - Microsoft',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  PATH: 'C:\\Program Files\\PowerShell\\7;C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL',
  POWERSHELL_DISTRIBUTION_CHANNEL: 'MSI:Windows 10 Enterprise',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 79 Stepping 1, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '4f01',
  PROGRAMDATA: 'C:\\ProgramData',
  PROGRAMFILES: 'C:\\Program Files',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  PSMODULEPATH: 'C:\\Users\\aamunger\\Documents\\PowerShell\\Modules;C:\\Program Files\\PowerShell\\Modules;c:\\program files\\powershell\\7\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell',
  PUBLIC: 'C:\\Users\\Public',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  PYTHONWARNINGS: 'ignore',
  SESSIONNAME: 'Console',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\WINDOWS',
  TEMP: 'C:\\Users\\aamunger\\AppData\\Local\\Temp',
  TMP: 'C:\\Users\\aamunger\\AppData\\Local\\Temp',
  UATDATA: 'C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77',
  USERDNSDOMAIN: 'redmond.corp.microsoft.com',
  USERDOMAIN: 'REDMOND',
  USERDOMAIN_ROAMINGPROFILE: 'REDMOND',
  USERNAME: 'aamunger',
  USERPROFILE: 'C:\\Users\\aamunger',
  VBOX_MSI_INSTALL_PATH: 'C:\\Program Files\\Oracle\\VirtualBox\\',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '18268',
  WINDIR: 'C:\\WINDOWS'
}
2023-10-25 15:17:43.567 [error] getActivatedEnvironmentVariables Error: Skipping returned result when powershell execution is disabled, stderr �[31;1m&: �[31;1mFile C:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.�[0m
 for & c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
    at k.getActivatedEnvironmentVariablesImpl (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:420630)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-10-25 15:17:43.581 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:17:43.581 [info] shell: commandPrompt
2023-10-25 15:17:43.982 [info] > C:\Python311\python.exe ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:17:43.982 [info] shell: commandPrompt
2023-10-25 15:19:51.219 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:19:51.219 [info] shell: commandPrompt
2023-10-25 15:19:51.494 [error] Failed to parse version from path: c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe Error: invalid version python.exe
    at u (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:536175)
    at c (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:535482)
    at t.getPythonVersionFromPath (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:537351)
    at C (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:557805)
    at t.resolveBasicEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:558254)
    at t.PythonEnvsResolver.resolveEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:553512)
    at f.resolveEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:546848)
    at c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:409583
    at c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:2:2289683
    at Yo.getInterpreterDetails (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:2:2288946)
    at gv.findMatchingInterpreter (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:61569)
    at c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:64101
    at async Promise.all (index 1)
    at gv.listKernelSpecsImpl (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:63700)
2023-10-25 15:19:51.689 [info] > ~\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:31:24.756 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2023-10-25 15:31:24.756 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-10-25 15:31:24.756 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-10-25 15:31:24.757 [info] Experiment 'pythonRecommendTensorboardExt' is active
2023-10-25 15:31:24.757 [info] Experiment 'pythonREPLSmartSend' is active
2023-10-25 15:31:24.757 [info] Experiment 'pythonTestAdapter' is active
2023-10-25 15:31:24.757 [debug] Getting roots
2023-10-25 15:31:24.757 [debug] Getting roots
2023-10-25 15:31:24.757 [debug] Found roots
2023-10-25 15:31:24.757 [debug] Start watching file for changes C:\Users\aamunger\.conda\environments.txt
2023-10-25 15:31:24.757 [debug] Start watching: C:\Users\aamunger\.conda with pattern environments.txt using VSCode API
2023-10-25 15:31:24.757 [debug] Found roots
2023-10-25 15:31:24.757 [debug] Start watching root c:\src\vscode-extension-samples\helloworld-sample for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2023-10-25 15:31:24.757 [debug] Start watching: c:\src\vscode-extension-samples\helloworld-sample with pattern python.exe using VSCode API
2023-10-25 15:31:24.757 [debug] Start watching: c:\src\vscode-extension-samples\helloworld-sample with pattern */python.exe using VSCode API
2023-10-25 15:31:24.757 [debug] Start watching: c:\src\vscode-extension-samples\helloworld-sample with pattern */Scripts/python.exe using VSCode API
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [info] Default formatter is set to ms-python.black-formatter for workspace c:\src\vscode-extension-samples\helloworld-sample
2023-10-25 15:31:24.757 [debug] Waiting for test server to start...
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:24.757 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"PythonTensorBoardWebviewPreferredViewGroup"-Arg-Separator--1
2023-10-25 15:31:24.757 [debug] VS Code was not launched from the command line, not selecting activated interpreter {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
    "COMPUTERNAME": "AAM440",
    "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
    "ChocolateyLastPathUpdate": "133404786082105194",
    "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",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\aamunger",
    "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
    "LOGONSERVER": "\\\\AAM440",
    "NUMBER_OF_PROCESSORS": "8",
    "NVM_HOME": "C:\\Users\\aamunger\\AppData\\Roaming\\nvm",
    "NVM_SYMLINK": "C:\\Program Files\\nodejs",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "OneDrive": "C:\\Users\\aamunger\\OneDrive - Microsoft",
    "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
    "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "4f01",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PUBLIC": "C:\\Users\\Public",
    "Path": "C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\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\\aamunger\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
    "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
    "USERDNSDOMAIN": "redmond.corp.microsoft.com",
    "USERDOMAIN": "REDMOND",
    "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
    "USERNAME": "aamunger",
    "USERPROFILE": "C:\\Users\\aamunger",
    "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "18268",
    "windir": "C:\\WINDOWS"
}
2023-10-25 15:31:24.766 [info] Test server listening.
2023-10-25 15:31:24.766 [debug] Test server started.
2023-10-25 15:31:24.766 [debug] Testing: Setting up watcher for c:\src\vscode-extension-samples\helloworld-sample
2023-10-25 15:31:24.768 [debug] Needed to validate c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe with latest info
2023-10-25 15:31:24.768 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.771 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:24.771 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.775 [debug] No cached env found for c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe
2023-10-25 15:31:24.775 [debug] Needed to validate C:\Python311\python.exe with latest info
2023-10-25 15:31:24.775 [debug] Resolved C:\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Python311\\python.exe","sysPrefix":"C:\\Python311","ctime":1696431660256,"mtime":1696285128000},"display":"Python 3.11.6 64-bit","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":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["path env var","windows registry"],"id":"C:\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 64-bit"}
2023-10-25 15:31:24.776 [debug] Needed to validate C:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\python3.10.exe with latest info
2023-10-25 15:31:24.776 [debug] Resolved C:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\python3.10.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1684519481406,"mtime":1684519481406},"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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-25 15:31:24.777 [debug] Needed to validate C:\Users\aamunger\Miniconda3\python.exe with latest info
2023-10-25 15:31:24.778 [debug] Resolved C:\Users\aamunger\Miniconda3\python.exe from cache: {"name":"base","location":"C:\\Users\\aamunger\\Miniconda3","kind":"virt-conda","executable":{"filename":"C:\\Users\\aamunger\\Miniconda3\\python.exe","sysPrefix":"C:\\Users\\aamunger\\Miniconda3","ctime":1692982023693,"mtime":1649068530000},"display":"Python 3.9.12 ('base')","version":{"major":3,"minor":9,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]"},"arch":3,"distro":{"org":"ContinuumAnalytics","defaultDisplayName":"Anaconda py39_4.12.0"},"source":["windows registry"],"type":"Conda","id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE","detailedDisplayName":"Python 3.9.12 ('base': conda)"}
2023-10-25 15:31:24.779 [debug] Needed to validate C:\Users\aamunger\AppData\Local\Programs\Python\Python310\python.exe with latest info
2023-10-25 15:31:24.779 [debug] Resolved C:\Users\aamunger\AppData\Local\Programs\Python\Python310\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","sysPrefix":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310","ctime":1692982039613,"mtime":1680680874000},"display":"Python 3.10.11 64-bit","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":"PythonCore","defaultDisplayName":"Python 3.10 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","detailedDisplayName":"Python 3.10.11 64-bit"}
2023-10-25 15:31:24.780 [debug] Needed to validate c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe with latest info
2023-10-25 15:31:24.780 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.781 [debug] Needed to validate c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe with latest info
2023-10-25 15:31:24.781 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.783 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:24.783 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.786 [debug] Needed to validate c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe with latest info
2023-10-25 15:31:24.787 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:24.787 [info] Python interpreter path: .\.venv\Scripts\python.exe
2023-10-25 15:31:24.787 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:24.788 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:24.788 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.926 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.926 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.927 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.927 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.928 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.928 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.931 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.931 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.932 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.932 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:26.933 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:26.933 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.011 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:27.013 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.013 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:27.042 [error] Failed to parse version from path: c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe [Error: invalid version python.exe
	at u (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:536175)
	at c (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:535482)
	at t.getPythonVersionFromPath (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:537351)
	at C (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:557805)
	at t.resolveBasicEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:558254)
	at t.PythonEnvsResolver.resolveEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:553512)
	at async f.resolveEnv (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:546848)
	at async c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:409583
	at async c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:2:2289683
	at async Yo.getInterpreterDetails (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:2:2288946)
	at async gv.findMatchingInterpreter (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:61569)
	at async c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:64101
	at async Promise.all (index 1)
	at async gv.listKernelSpecsImpl (c:\Users\aamunger\.vscode-insiders\extensions\ms-toolsai.jupyter-2023.10.1003001100-win32-x64\out\extension.node.js:24:63700)]
2023-10-25 15:31:27.058 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-25 15:31:27.061 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-25 15:31:27.064 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-25 15:31:27.067 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.070 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-25 15:31:27.073 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-25 15:31:27.075 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-25 15:31:27.078 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.080 [debug] Extension ms-toolsai.jupyter accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.083 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.090 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Python311\\python.exe","id":"C:\\PYTHON311\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Python311/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Python311"},"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:\\PYTHON311\\PYTHON.EXE"}
2023-10-25 15:31:27.093 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.096 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.098 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE"}
2023-10-25 15:31:27.101 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\Miniconda3\\python.exe","id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/Miniconda3/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\aamunger\\Miniconda3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/C:/Users/aamunger/Miniconda3","scheme":"file"}},"version":{"major":3,"minor":9,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE"}
2023-10-25 15:31:27.104 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample","_sep":1,"external":"file:///c%3A/src/vscode-extension-samples/helloworld-sample","path":"/c:/src/vscode-extension-samples/helloworld-sample","scheme":"file"},"name":"helloworld-sample","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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE"}
2023-10-25 15:31:27.107 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/AppData/Local/Programs/Python/Python310/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310"},"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\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE"}
2023-10-25 15:31:27.112 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.115 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.116 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:27.116 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:27.117 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:27.117 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:27.117 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:27.117 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:27.119 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-25 15:31:27.119 [debug] Shell path identified as shell 'powershellCore'
2023-10-25 15:31:27.126 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.128 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.131 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: "c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe"
2023-10-25 15:31:27.133 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.135 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-25 15:31:27.138 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.140 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample","_sep":1,"external":"file:///c%3A/src/vscode-extension-samples/helloworld-sample","path":"/c:/src/vscode-extension-samples/helloworld-sample","scheme":"file"},"name":"helloworld-sample","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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE"}
2023-10-25 15:31:27.169 [debug] Searching for conda.
2023-10-25 15:31:27.170 [debug] Probing conda binary: conda
2023-10-25 15:31:27.182 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:27.195 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.198 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.198 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
    "COMPUTERNAME": "AAM440",
    "ELECTRON_RUN_AS_NODE": "1",
    "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
    "FPS_BROWSER_USER_PROFILE_STRING": "Default",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\aamunger",
    "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
    "LOGONSERVER": "\\\\AAM440",
    "NUMBER_OF_PROCESSORS": "8",
    "NVM_HOME": "C:\\Users\\aamunger\\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;.PY;.PYW",
    "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "4f01",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "Console",
    "TEMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
    "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
    "USERDNSDOMAIN": "redmond.corp.microsoft.com",
    "USERDOMAIN": "REDMOND",
    "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
    "USERNAME": "aamunger",
    "USERPROFILE": "C:\\Users\\aamunger",
    "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "18268",
    "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
    "ChocolateyLastPathUpdate": "133404786082105194",
    "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\\aamunger\\OneDrive - Microsoft",
    "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "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:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
2023-10-25 15:31:27.203 [info] > conda info --json
2023-10-25 15:31:27.215 [debug] Failed to spawn conda binary conda [Error: spawn conda ENOENT
	at ChildProcess._handle.onexit (node:internal/child_process:283:19)
	at onErrorNT (node:internal/child_process:476:16)
	at process.processTicksAndRejections (node:internal/process/task_queues:82:21)] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
2023-10-25 15:31:27.219 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.221 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.223 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.245 [debug] Activation Commands received & c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/Activate.ps1 for shell C:\Program Files\PowerShell\7\pwsh.exe
2023-10-25 15:31:27.245 [debug] Has Custom Env Vars
2023-10-25 15:31:27.245 [debug] Activating Environment to capture Environment variables, & c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:27.245 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-25 15:31:27.245 [debug] Shell path identified as shell 'powershellCore'
2023-10-25 15:31:27.245 [info] > & ./.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:27.245 [info] shell: powershellCore
2023-10-25 15:31:27.245 [debug] Shell Exec: & c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
        "COMPUTERNAME": "AAM440",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\aamunger",
        "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
        "LOGONSERVER": "\\\\AAM440",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\aamunger\\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;.PY;.PYW",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "4f01",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "redmond.corp.microsoft.com",
        "USERDOMAIN": "REDMOND",
        "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
        "USERNAME": "aamunger",
        "USERPROFILE": "C:\\Users\\aamunger",
        "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "18268",
        "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
        "ChocolateyLastPathUpdate": "133404786082105194",
        "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\\aamunger\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
        "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:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "doNotLog": true,
    "encoding": "utf8"
}
2023-10-25 15:31:27.257 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.259 [debug] Extension ms-python.isort accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.261 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.264 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.266 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.268 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.271 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.273 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:27.276 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.296 [debug] Activation Commands received c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat for shell cmd
2023-10-25 15:31:27.296 [debug] Has Custom Env Vars
2023-10-25 15:31:27.296 [debug] Activating Environment to capture Environment variables, c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:27.296 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:27.296 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:27.296 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:27.296 [info] shell: commandPrompt
2023-10-25 15:31:27.297 [debug] Shell Exec: c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
        "COMPUTERNAME": "AAM440",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\aamunger",
        "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
        "LOGONSERVER": "\\\\AAM440",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\aamunger\\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;.PY;.PYW",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "4f01",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "redmond.corp.microsoft.com",
        "USERDOMAIN": "REDMOND",
        "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
        "USERNAME": "aamunger",
        "USERPROFILE": "C:\\Users\\aamunger",
        "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "18268",
        "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
        "ChocolateyLastPathUpdate": "133404786082105194",
        "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\\aamunger\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
        "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:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "cmd",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "doNotLog": true,
    "encoding": "utf8"
}
2023-10-25 15:31:27.338 [info] > ~\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -I ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py ~\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py
2023-10-25 15:31:27.338 [debug] Shell Exec: c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -I c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py with options: {
    "timeout": 15000,
    "doNotLog": true,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
        "COMPUTERNAME": "AAM440",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\aamunger",
        "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
        "LOGONSERVER": "\\\\AAM440",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\aamunger\\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;.PY;.PYW",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "4f01",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "redmond.corp.microsoft.com",
        "USERDOMAIN": "REDMOND",
        "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
        "USERNAME": "aamunger",
        "USERPROFILE": "C:\\Users\\aamunger",
        "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "18268",
        "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
        "ChocolateyLastPathUpdate": "133404786082105194",
        "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\\aamunger\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
        "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:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
2023-10-25 15:31:27.350 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-25 15:31:27.355 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-25 15:31:30.885 [debug] Unable to kill process with pid 25740
2023-10-25 15:31:30.888 [warning] Got env variables but with errors �[31;1m&: �[31;1mFile C:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.�[0m
 {
  ALLUSERSPROFILE: 'C:\\ProgramData',
  APPDATA: 'C:\\Users\\aamunger\\AppData\\Roaming',
  CHOCOLATEYINSTALL: 'C:\\ProgramData\\chocolatey',
  CHOCOLATEYLASTPATHUPDATE: '133404786082105194',
  CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX',
  COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
  'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
  COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
  COMPUTERNAME: 'AAM440',
  COMSPEC: 'C:\\WINDOWS\\system32\\cmd.exe',
  DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
  ELECTRON_RUN_AS_NODE: '1',
  FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
  FPS_BROWSER_USER_PROFILE_STRING: 'Default',
  HOMEDRIVE: 'C:',
  HOMEPATH: '\\Users\\aamunger',
  LOCALAPPDATA: 'C:\\Users\\aamunger\\AppData\\Local',
  LOGONSERVER: '\\\\AAM440',
  NUMBER_OF_PROCESSORS: '8',
  NVM_HOME: 'C:\\Users\\aamunger\\AppData\\Roaming\\nvm',
  NVM_SYMLINK: 'C:\\Program Files\\nodejs',
  ONEDRIVE: 'C:\\Users\\aamunger\\OneDrive - Microsoft',
  ONEDRIVECOMMERCIAL: 'C:\\Users\\aamunger\\OneDrive - Microsoft',
  ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
  OS: 'Windows_NT',
  PATH: 'C:\\Program Files\\PowerShell\\7;C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin',
  PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL',
  POWERSHELL_DISTRIBUTION_CHANNEL: 'MSI:Windows 10 Enterprise',
  PROCESSOR_ARCHITECTURE: 'AMD64',
  PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 79 Stepping 1, GenuineIntel',
  PROCESSOR_LEVEL: '6',
  PROCESSOR_REVISION: '4f01',
  PROGRAMDATA: 'C:\\ProgramData',
  PROGRAMFILES: 'C:\\Program Files',
  'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
  PROGRAMW6432: 'C:\\Program Files',
  PSMODULEPATH: 'C:\\Users\\aamunger\\Documents\\PowerShell\\Modules;C:\\Program Files\\PowerShell\\Modules;c:\\program files\\powershell\\7\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell',
  PUBLIC: 'C:\\Users\\Public',
  PYTHONIOENCODING: 'utf-8',
  PYTHONUNBUFFERED: '1',
  PYTHONWARNINGS: 'ignore',
  SESSIONNAME: 'Console',
  SYSTEMDRIVE: 'C:',
  SYSTEMROOT: 'C:\\WINDOWS',
  TEMP: 'C:\\Users\\aamunger\\AppData\\Local\\Temp',
  TMP: 'C:\\Users\\aamunger\\AppData\\Local\\Temp',
  UATDATA: 'C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77',
  USERDNSDOMAIN: 'redmond.corp.microsoft.com',
  USERDOMAIN: 'REDMOND',
  USERDOMAIN_ROAMINGPROFILE: 'REDMOND',
  USERNAME: 'aamunger',
  USERPROFILE: 'C:\\Users\\aamunger',
  VBOX_MSI_INSTALL_PATH: 'C:\\Program Files\\Oracle\\VirtualBox\\',
  VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
  VSCODE_CODE_CACHE_PATH: 'C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744',
  VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
  VSCODE_CWD: 'C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders',
  VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
  VSCODE_IPC_HOOK: '\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock',
  VSCODE_NLS_CONFIG: '{"locale":"en","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}',
  VSCODE_PID: '18268',
  WINDIR: 'C:\\WINDOWS'
}
2023-10-25 15:31:30.888 [error] getActivatedEnvironmentVariables Error: Skipping returned result when powershell execution is disabled, stderr �[31;1m&: �[31;1mFile C:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.�[0m
 for & c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/Activate.ps1 ; echo 'e8b39361-0157-4923-80e1-22d70d46dee6' ; python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
    at k.getActivatedEnvironmentVariablesImpl (c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\out\client\extension.js:2:420630)
2023-10-25 15:31:30.890 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-25 15:31:30.890 [debug] Shell path identified as shell 'powershellCore'
2023-10-25 15:31:30.890 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:30.890 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:30.890 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:30.890 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:30.890 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:31.090 [debug] Unable to kill process with pid 18796
2023-10-25 15:31:31.090 [debug] Found interpreter for >> c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -I c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\get_output_via_markers.py c:\Users\aamunger\.vscode-insiders\extensions\ms-python.python-2023.19.12981006\pythonFiles\interpreterInfo.py <<: {"versionInfo":[3,10,11,"final",0],"sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","sysVersion":"3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]","is64Bit":true}
2023-10-25 15:31:31.090 [debug] Environment resolver resolved c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe for {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe","sysPrefix":"","ctime":1696373855545,"mtime":1696373855545},"display":"Python 64-bit (Microsoft Store)","version":{"major":-1,"minor":-1,"micro":-1,"release":{"level":"final","serial":-1}},"arch":3,"distro":{"org":"Microsoft"},"source":["path env var"],"id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\\PYTHON.EXE","detailedDisplayName":"Python 64-bit (Microsoft Store)"} to {"arch":3,"executable":{"filename":"c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","mtime":-1,"ctime":-1},"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)]"}}
2023-10-25 15:31:31.092 [debug] Resolved c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe to {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1696373855545,"mtime":1696373855545},"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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\\PYTHON.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-25 15:31:31.092 [debug] Python API env change detected C:\USERS\AAMUNGER\APPDATA\LOCAL\MICROSOFT\WINDOWSAPPS\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\PYTHON.EXE add
2023-10-25 15:31:31.092 [debug] Flushing env to cache C:\USERS\AAMUNGER\APPDATA\LOCAL\MICROSOFT\WINDOWSAPPS\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\PYTHON.EXE
2023-10-25 15:31:31.107 [debug] Found cached env for C:\Python311\python.exe
2023-10-25 15:31:31.107 [debug] Found cached env for C:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\python3.10.exe
2023-10-25 15:31:31.107 [debug] Found cached env for C:\Users\aamunger\Miniconda3\python.exe
2023-10-25 15:31:31.107 [debug] Found cached env for C:\Users\aamunger\AppData\Local\Programs\Python\Python310\python.exe
2023-10-25 15:31:31.107 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:31.107 [debug] Found cached env for c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe
2023-10-25 15:31:31.108 [debug] Resolved C:\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Python311\\python.exe","sysPrefix":"C:\\Python311","ctime":1696431660256,"mtime":1696285128000},"display":"Python 3.11.6 64-bit","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":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["path env var","windows registry"],"id":"C:\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 64-bit"}
2023-10-25 15:31:31.108 [debug] Resolved C:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\python3.10.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1684519481406,"mtime":1684519481406},"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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-25 15:31:31.108 [debug] Resolved C:\Users\aamunger\Miniconda3\python.exe from cache: {"name":"base","location":"C:\\Users\\aamunger\\Miniconda3","kind":"virt-conda","executable":{"filename":"C:\\Users\\aamunger\\Miniconda3\\python.exe","sysPrefix":"C:\\Users\\aamunger\\Miniconda3","ctime":1692982023693,"mtime":1649068530000},"display":"Python 3.9.12 ('base')","version":{"major":3,"minor":9,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]"},"arch":3,"distro":{"org":"ContinuumAnalytics","defaultDisplayName":"Anaconda py39_4.12.0"},"source":["windows registry"],"type":"Conda","id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE","detailedDisplayName":"Python 3.9.12 ('base': conda)"}
2023-10-25 15:31:31.108 [debug] Resolved C:\Users\aamunger\AppData\Local\Programs\Python\Python310\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","sysPrefix":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310","ctime":1692982039613,"mtime":1680680874000},"display":"Python 3.10.11 64-bit","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":"PythonCore","defaultDisplayName":"Python 3.10 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","detailedDisplayName":"Python 3.10.11 64-bit"}
2023-10-25 15:31:31.108 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:31.108 [debug] Resolved c:\Users\aamunger\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe from cache: {"name":"","location":"","kind":"global-microsoft-store","executable":{"filename":"c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe","sysPrefix":"C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0","ctime":1696373855545,"mtime":1696373855545},"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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\\PYTHON.EXE","detailedDisplayName":"Python 3.10.11 64-bit (Microsoft Store)"}
2023-10-25 15:31:31.303 [debug] Unable to kill process with pid 25484
2023-10-25 15:31:32.428 [debug] Activation Commands received c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat for shell cmd
2023-10-25 15:31:32.428 [debug] Has Custom Env Vars
2023-10-25 15:31:32.428 [debug] Activating Environment to capture Environment variables, c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:32.428 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:32.428 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:32.428 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:32.428 [info] shell: commandPrompt
2023-10-25 15:31:32.428 [debug] Shell Exec: c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
        "COMPUTERNAME": "AAM440",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\aamunger",
        "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
        "LOGONSERVER": "\\\\AAM440",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\aamunger\\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;.PY;.PYW",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "4f01",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "redmond.corp.microsoft.com",
        "USERDOMAIN": "REDMOND",
        "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
        "USERNAME": "aamunger",
        "USERPROFILE": "C:\\Users\\aamunger",
        "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "18268",
        "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
        "ChocolateyLastPathUpdate": "133404786082105194",
        "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\\aamunger\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
        "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:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "cmd",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "doNotLog": true,
    "encoding": "utf8"
}
2023-10-25 15:31:32.734 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:32.738 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Python311\\python.exe","id":"C:\\PYTHON311\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Python311/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Python311"},"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:\\PYTHON311\\PYTHON.EXE"}
2023-10-25 15:31:32.740 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\Miniconda3\\python.exe","id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/Miniconda3/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\aamunger\\Miniconda3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/C:/Users/aamunger/Miniconda3","scheme":"file"}},"version":{"major":3,"minor":9,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\AAMUNGER\\MINICONDA3\\PYTHON.EXE"}
2023-10-25 15:31:32.743 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:32.746 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\python3.10.exe","id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHON3.10.EXE"}
2023-10-25 15:31:32.749 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv/Scripts/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv"},"environment":{"type":"VirtualEnvironment","name":".venv","folderUri":{"$mid":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.venv","scheme":"file"},"workspaceFolder":{"uri":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample","_sep":1,"external":"file:///c%3A/src/vscode-extension-samples/helloworld-sample","path":"/c:/src/vscode-extension-samples/helloworld-sample","scheme":"file"},"name":"helloworld-sample","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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE"}
2023-10-25 15:31:32.752 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"c:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe","id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/c:/Users/aamunger/AppData/Local/Microsoft/WindowsApps/PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0/python.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\\AAMUNGER\\APPDATA\\LOCAL\\MICROSOFT\\WINDOWSAPPS\\PYTHONSOFTWAREFOUNDATION.PYTHON.3.10_QBZ5N2KFRA8P0\\PYTHON.EXE"}
2023-10-25 15:31:32.755 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-25 15:31:32.759 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","id":"C:\\USERS\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/aamunger/AppData/Local/Programs/Python/Python310/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\aamunger\\AppData\\Local\\Programs\\Python\\Python310"},"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\\AAMUNGER\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE"}
2023-10-25 15:31:33.068 [debug] Unable to kill process with pid 17164
2023-10-25 15:31:33.081 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:33.081 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:33.081 [info] > C:\Python311\python.exe ~/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py
2023-10-25 15:31:33.081 [info] shell: commandPrompt
2023-10-25 15:31:33.081 [debug] Shell Exec: C:\Python311\python.exe c:/Users/aamunger/.vscode-insiders/extensions/ms-python.python-2023.19.12981006/pythonFiles/printEnvVariables.py with options: {
    "shell": "cmd",
    "timeout": 30000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "doNotLog": true,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\aamunger\\AppData\\Roaming",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_18268_WNEGRVSIOCGXOXEX",
        "COMPUTERNAME": "AAM440",
        "ChocolateyInstall": "C:\\ProgramData\\chocolatey",
        "ChocolateyLastPathUpdate": "133404786082105194",
        "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",
        "ELECTRON_RUN_AS_NODE": "1",
        "FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
        "FPS_BROWSER_USER_PROFILE_STRING": "Default",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\aamunger",
        "LOCALAPPDATA": "C:\\Users\\aamunger\\AppData\\Local",
        "LOGONSERVER": "\\\\AAM440",
        "NUMBER_OF_PROCESSORS": "8",
        "NVM_HOME": "C:\\Users\\aamunger\\AppData\\Roaming\\nvm",
        "NVM_SYMLINK": "C:\\Program Files\\nodejs",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "OneDrive": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "OneDriveCommercial": "C:\\Users\\aamunger\\OneDrive - Microsoft",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Enterprise",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 79 Stepping 1, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "4f01",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
        "PUBLIC": "C:\\Users\\Public",
        "Path": "C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\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\\aamunger\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\aamunger\\AppData\\Local\\Temp",
        "UATDATA": "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77",
        "USERDNSDOMAIN": "redmond.corp.microsoft.com",
        "USERDOMAIN": "REDMOND",
        "USERDOMAIN_ROAMINGPROFILE": "REDMOND",
        "USERNAME": "aamunger",
        "USERPROFILE": "C:\\Users\\aamunger",
        "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\3bd729c46ec66e5d673c6995538f93e9-1.84.0-insider-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "18268",
        "windir": "C:\\WINDOWS",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
2023-10-25 15:31:33.217 [debug] Clearing context for python dependencies not installed: Untitled-1
2023-10-25 15:31:33.641 [debug] Unable to kill process with pid 25152
2023-10-25 15:31:33.642 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:33.642 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:33.644 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-25 15:31:33.644 [debug] Shell path identified as shell 'powershellCore'
2023-10-25 15:31:33.644 [debug] Prepending environment variable PATH in collection with c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts;
2023-10-25 15:31:33.644 [debug] Setting environment variable PROMPT in collection to (.venv) $P$G
2023-10-25 15:31:33.644 [debug] Setting environment variable VIRTUAL_ENV in collection to c:\src\vscode-extension-samples\helloworld-sample\.venv
2023-10-25 15:31:33.644 [debug] Setting environment variable VIRTUAL_ENV_PROMPT in collection to (.venv) 
2023-10-25 15:31:33.644 [debug] Setting environment variable _OLD_VIRTUAL_PATH in collection to C:\Python311\Scripts\;C:\Python311\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\ProgramData\chocolatey\bin;C:\Users\aamunger\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Microsoft VS Code Insiders\bin;C:\Users\aamunger\AppData\Local\Microsoft\WindowsApps;C:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\bin;C:\Users\aamunger\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Exploration\bin;C:\Users\aamunger\.dotnet\tools;C:\Users\aamunger\.deno\bin;C:\ProgramData\chocolatey\lib\deno;C:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code\bin
2023-10-25 15:31:33.644 [debug] Setting environment variable _OLD_VIRTUAL_PROMPT in collection to $P$G
2023-10-25 15:31:33.644 [debug] Shell path 'cmd', base path 'cmd'
2023-10-25 15:31:33.644 [debug] Shell path identified as shell 'commandPrompt'
2023-10-25 15:31:34.394 [info] Starting Pylance language server.
2023-10-25 15:31:34.394 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:34.395 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:34.395 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:34.395 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:34.396 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:34.396 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:34.398 [debug] [object Object]. Shell identified as undefined 
2023-10-25 15:31:34.398 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-25 15:31:34.398 [debug] Shell path identified as shell 'powershellCore'
2023-10-25 15:31:34.398 [debug] Terminal shell path 'C:\Program Files\PowerShell\7\pwsh.exe' identified as shell 'powershellCore'
2023-10-25 15:31:34.398 [debug] [object Object]. Shell identified as powershellCore 
2023-10-25 15:31:34.398 [debug] Shell identified as 'powershellCore'
2023-10-25 15:31:34.399 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:34.399 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:34.399 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:34.400 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:34.400 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE"-Arg-Separator-undefined
2023-10-25 15:31:34.400 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\src\\vscode-extension-samples\\helloworld-sample"-Arg-Separator-undefined
2023-10-25 15:31:34.444 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:34.444 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:34.446 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:34.446 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:34.461 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:34.464 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2023-10-25 15:31:34.466 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:34.470 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","path":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"}
2023-10-25 15:31:34.473 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-25 15:31:34.755 [debug] Probing conda binary: C:\Users\aamunger\Miniconda3\Scripts\conda.exe
2023-10-25 15:31:34.770 [info] > ~\Miniconda3\Scripts\conda.exe info --json
2023-10-25 15:31:36.389 [debug] Clearing context for python dependencies not installed: Untitled-1
2023-10-25 15:31:36.956 [debug] Unable to kill process with pid 19428
2023-10-25 15:31:36.956 [debug] C:\Users\aamunger\Miniconda3\Scripts\conda.exe info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\aamunger\\Miniconda3\\etc\\conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.12.0",
  "conda_location": "C:\\Users\\aamunger\\Miniconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.12.0",
  "config_files": [],
  "default_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\aamunger\\Miniconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "HOMEPATH": "\\Users\\aamunger",
    "PATH": "C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744"
  },
  "envs": [
    "C:\\Users\\aamunger\\Miniconda3"
  ],
  "envs_dirs": [
    "C:\\Users\\aamunger\\Miniconda3\\envs",
    "C:\\Users\\aamunger\\.conda\\envs",
    "C:\\Users\\aamunger\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\aamunger\\Miniconda3\\pkgs",
    "C:\\Users\\aamunger\\.conda\\pkgs",
    "C:\\Users\\aamunger\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.9.12.final.0",
  "rc_path": "C:\\Users\\aamunger\\.condarc",
  "requests_version": "2.27.1",
  "root_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "C:\\Users\\aamunger\\Miniconda3\\python.exe",
  "sys.prefix": "C:\\Users\\aamunger\\Miniconda3",
  "sys.version": "3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\aamunger\\Miniconda3\\.condarc",
  "user_agent": "conda/4.12.0 requests/2.27.1 CPython/3.9.12 Windows/10 Windows/10.0.22000",
  "user_rc_path": "C:\\Users\\aamunger\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

2023-10-25 15:31:36.993 [info] > ~\Miniconda3\condabin\conda.bat info --json
2023-10-25 15:31:38.671 [debug] Unable to kill process with pid 22008
2023-10-25 15:31:38.671 [debug] C:\Users\aamunger\Miniconda3\condabin\conda.bat info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\aamunger\\Miniconda3\\etc\\conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "4.12.0",
  "conda_location": "C:\\Users\\aamunger\\Miniconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.12.0",
  "config_files": [],
  "default_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_EXE": "C:\\Users\\aamunger\\Miniconda3\\condabin\\..\\Scripts\\conda.exe",
    "CONDA_EXES": "\"C:\\Users\\aamunger\\Miniconda3\\condabin\\..\\Scripts\\conda.exe\"  ",
    "CONDA_ROOT": "C:\\Users\\aamunger\\Miniconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "HOMEPATH": "\\Users\\aamunger",
    "PATH": "C:\\Users\\aamunger\\Miniconda3;C:\\Users\\aamunger\\Miniconda3\\Library\\mingw-w64\\bin;C:\\Users\\aamunger\\Miniconda3\\Library\\usr\\bin;C:\\Users\\aamunger\\Miniconda3\\Library\\bin;C:\\Users\\aamunger\\Miniconda3\\Scripts;C:\\Users\\aamunger\\Miniconda3\\bin;C:\\Python311\\Scripts\\;C:\\Python311\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\aamunger\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code Exploration\\bin;C:\\Users\\aamunger\\.dotnet\\tools;C:\\Users\\aamunger\\.deno\\bin;C:\\ProgramData\\chocolatey\\lib\\deno;C:\\Users\\aamunger\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules;C:\\Program Files (x86)\\Microsoft Azure Information Protection\\Powershell",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VBOX_MSI_INSTALL_PATH": "C:\\Program Files\\Oracle\\VirtualBox\\",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\aamunger\\AppData\\Roaming\\Code - Insiders\\CachedData\\18b7f75a9fab40499744c2e9c6ba9af64d5c6744"
  },
  "envs": [
    "C:\\Users\\aamunger\\Miniconda3"
  ],
  "envs_dirs": [
    "C:\\Users\\aamunger\\Miniconda3\\envs",
    "C:\\Users\\aamunger\\.conda\\envs",
    "C:\\Users\\aamunger\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\aamunger\\Miniconda3\\pkgs",
    "C:\\Users\\aamunger\\.conda\\pkgs",
    "C:\\Users\\aamunger\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.9.12.final.0",
  "rc_path": "C:\\Users\\aamunger\\.condarc",
  "requests_version": "2.27.1",
  "root_prefix": "C:\\Users\\aamunger\\Miniconda3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "C:\\Users\\aamunger\\Miniconda3\\python.exe",
  "sys.prefix": "C:\\Users\\aamunger\\Miniconda3",
  "sys.version": "3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\aamunger\\Miniconda3\\.condarc",
  "user_agent": "conda/4.12.0 requests/2.27.1 CPython/3.9.12 Windows/10 Windows/10.0.22000",
  "user_rc_path": "C:\\Users\\aamunger\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

2023-10-25 15:31:38.671 [debug] Found conda via filesystem probing: C:\Users\aamunger\Miniconda3\Scripts\conda.exe
2023-10-25 15:31:38.671 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.getInfoImpl-Args="C:\\Users\\aamunger\\Miniconda3\\Scripts\\conda.exe"-Arg-Separator-undefined
2023-10-25 15:31:42.707 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:42.707 [debug] Clearing context for python dependencies not installed: tasks
2023-10-25 15:31:42.708 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:42.708 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:42.708 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:42.708 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:42.709 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:46.269 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:46.270 [debug] Clearing context for python dependencies not installed: Untitled-1
2023-10-25 15:31:46.270 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:46.270 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:46.271 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined
2023-10-25 15:31:47.815 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-25 15:31:47.816 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-25 15:31:47.816 [debug] Found cached env for c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe
2023-10-25 15:31:47.817 [debug] Resolved c:\src\vscode-extension-samples\helloworld-sample\.venv\Scripts\python.exe from cache: {"name":".venv","location":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","kind":"virt-venv","executable":{"filename":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe","sysPrefix":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","ctime":1698272239758,"mtime":1698272239661},"searchLocation":{"$mid":1,"fsPath":"c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv","_sep":1,"path":"/c:/src/vscode-extension-samples/helloworld-sample/.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:\\SRC\\VSCODE-EXTENSION-SAMPLES\\HELLOWORLD-SAMPLE\\.VENV\\SCRIPTS\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('.venv': venv)"}
2023-10-25 15:31:47.817 [debug] Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="c:\\src\\vscode-extension-samples\\helloworld-sample\\.venv\\Scripts\\python.exe"-Arg-Separator-undefined

@github-actions github-actions bot removed the needs spike Label for issues that need investigation before they can be worked on. label Oct 25, 2023
@karrtikr
Copy link

Fix should be out in the pre-release version of the extension, this is ready to be verified.

@karrtikr karrtikr modified the milestones: November 2023, October 2023 Oct 25, 2023
@karrtikr karrtikr removed verification-found Issue verification failed info-needed Issue requires more information from poster labels Oct 25, 2023
@karrtikr karrtikr changed the title Virtual Environment not activated when PowerShell is the default terminal Virtual Environment not activated when PowerShell execution is disabled Oct 26, 2023
@amunger amunger added the verified Verification succeeded label Oct 26, 2023
@amunger
Copy link

amunger commented Oct 26, 2023

success. Still get that fail to activate message for shell integration, so I guess that was unrelated

image

@karrtikr
Copy link

Nice, the solution was to apply environment variables at process creation instead of shell integration when shell integration failed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2023
wesm pushed a commit to posit-dev/positron that referenced this issue Mar 28, 2024
… 2023.20

Merge pull request #244 from posit-dev/merge/upstream-2023.20

Merge upstream vscode-python 2023.20
--------------------
Commit message for posit-dev/positron-python@182a5a1b5c8ca577bea4b303224a2a92a78e8ce9:

Put back gulp installation path instead of nox

--------------------
Commit message for posit-dev/positron-python@bd64148cbb024a183cea2cdacd98c2d7cbf0008a:

Merge upstream 2023.20

--------------------
Commit message for microsoft/vscode-python@32ea534f7144fb1c9bd7502e91451e69f2fcd218:

remove new line chars from error text messages in testing rewrite (microsoft/vscode-python#22402)

fixes https://github.com/microsoft/vscode-python/issues/21512 where 2
extra new lines were seen at the end of an error message popup. Removing
these will restrict stop this from occurring.
--------------------
Commit message for microsoft/vscode-python@ff604ca9988420aefa4f66c1681e3d3374c5e03c:

Add cwd to error logs (microsoft/vscode-python#22387)

closes https://github.com/microsoft/vscode-python/issues/22359
--------------------
Commit message for microsoft/vscode-python@78052bd76e9922a983accd35a84f16c6d1d53f22:

Refactor get_node_path function to handle fspath greedy access  (microsoft/vscode-python#22384)

closes https://github.com/microsoft/vscode-python/issues/20830

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@491c2c8af29916136e0b6540b5d934bf448a51e3:

Bump typing-extensions from 4.7.1 to 4.8.0 (microsoft/vscode-python#22015)

Bumps [typing-extensions](https://github.com/python/typing_extensions)
from 4.7.1 to 4.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/releases">typing-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.8.0</h2>
<p>Changes since 4.7.1:</p>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
<p>No changes since 4.8.0rc1.</p>
<h2>4.8.0rc1</h2>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.8.0 (September 17, 2023)</h1>
<p>No changes since 4.8.0rc1.</p>
<h1>Release 4.8.0rc1 (September 7, 2023)</h1>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/c17c499b865585458bc334a1f895ebaedd2ab854"><code>c17c499</code></a>
Prepare release 4.8.0 (<a
href="https://redirect.github.com/python/typing_extensions/issues/283">#283</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/df9e322f2d9cb66d936fbfeac524b5989b78cfd5"><code>df9e322</code></a>
Run tests on py312 for more third-party projects (<a
href="https://redirect.github.com/python/typing_extensions/issues/281">#281</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/7e294992dfe3070b3ca228555fa3887001ceaab2"><code>7e29499</code></a>
Release 4.8.0rc1 (<a
href="https://redirect.github.com/python/typing_extensions/issues/280">#280</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ca2a739574fb259f156faba005aaa802e6f19faa"><code>ca2a739</code></a>
Add Doc from PEP 727: <a
href="https://peps.python.org/pep-0727/">https://peps.python.org/pep-0727/</a>
(<a
href="https://redirect.github.com/python/typing_extensions/issues/277">#277</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/13c9484f10f5f4b3ac995c49c06cef42d847723c"><code>13c9484</code></a>
Fix ParamSpec ellipsis default for &lt;3.10 (<a
href="https://redirect.github.com/python/typing_extensions/issues/279">#279</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/4705e747b8380ce466d81b132134bd4ed399eb45"><code>4705e74</code></a>
Improve documentation (<a
href="https://redirect.github.com/python/typing_extensions/issues/278">#278</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/99fa708df2af1ab5ecde47968d71dc5b0447fc5d"><code>99fa708</code></a>
Backport CPython PR 107584 (<a
href="https://redirect.github.com/python/typing_extensions/issues/275">#275</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/688fbd2545944c9c36a0d08084e7c92642a81751"><code>688fbd2</code></a>
Revert &quot;Skip running <code>cattrs</code> tests on PyPy (<a
href="https://redirect.github.com/python/typing_extensions/issues/272">#272</a>)&quot;
(<a
href="https://redirect.github.com/python/typing_extensions/issues/273">#273</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/8dfa0a5dc31b298252d001304b9107be76e4de4c"><code>8dfa0a5</code></a>
Skip running <code>cattrs</code> tests on PyPy (<a
href="https://redirect.github.com/python/typing_extensions/issues/272">#272</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/7bb3f3fca39d477b2bb04f64ff5ea2cc14383e51"><code>7bb3f3f</code></a>
Fix third-party workflow (<a
href="https://redirect.github.com/python/typing_extensions/issues/269">#269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.7.1...4.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.7.1&new-version=4.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@473de33f84fc649f99b1ae4692ecf0653f5d2d8c:

Ensure Python environment defined in `python.defaultInterpreterPath` is returned via discovery API (microsoft/vscode-python#22389)

Closes https://github.com/microsoft/vscode-python/issues/22268

Even when it is not the active interpreter for any workspace, it's still
a known environment which users could consider selecting.
--------------------
Commit message for microsoft/vscode-python@7aefb217ce836d865bdc170c8ef3427549aeac17:

Remove unused packages from `package.json` (microsoft/vscode-python#22386)

closes: https://github.com/microsoft/vscode-python/issues/16840
--------------------
Commit message for microsoft/vscode-python@b65ea3baa48c7ebd2af8e16c7eaf8a33f8d9bd87:

Use nox to install packages (microsoft/vscode-python#22381)


--------------------
Commit message for microsoft/vscode-python@a7262b8d9071c34ccd0dffb4d0fad48092411b31:

Do not prefer Microsoft store interpreter over other global interpreters when auto-selecting (microsoft/vscode-python#22380)

Closes https://github.com/microsoft/vscode-python/issues/22364

Do not compare two global interpreters using their kinds.
--------------------
Commit message for microsoft/vscode-python@b4f06c9e71c8e066d6df3dd787c7880439c4e41b:

Use python test runner for extension python tests (microsoft/vscode-python#22385)

closes https://github.com/microsoft/vscode-python/issues/9051
--------------------
Commit message for microsoft/vscode-python@ed6f4601b21013c1c0d750c751e935439136c44e:

Remove deprecated settings (microsoft/vscode-python#22377)


--------------------
Commit message for microsoft/vscode-python@6d2ab8e063bf3155ca56f782bb43fae84f15c9e0:

Update main version to next pre-release (microsoft/vscode-python#22379)


--------------------
Commit message for microsoft/vscode-python@2ea45befd3a8b5aacf8c92505e9e039f9d13871b:

Update version for release candidate (microsoft/vscode-python#22378)


--------------------
Commit message for microsoft/vscode-python@183a52922661a1d931858c81c6643227ec8ffc86:

allow -v, -f, -q, --local in unittest args (microsoft/vscode-python#22357)

fixes https://github.com/microsoft/vscode-python/issues/22343
--------------------
Commit message for microsoft/vscode-python@93bf5cc2dd89ea98f70c1f85a8a32989e4e635af:

Handle localized shells when powershell execution is disabled (microsoft/vscode-python#22360)

Closes https://github.com/microsoft/vscode-python/issues/22352
--------------------
Commit message for microsoft/vscode-python@56a88b8b885227d04f07eeda47ee7332acaf9fc4:

Trim ends before add lines to logs from create env output (microsoft/vscode-python#22358)

closes https://github.com/microsoft/vscode-python/issues/22321
--------------------
Commit message for microsoft/vscode-python@71a451cb4f7cb6a2e0b192ad0ed4d1ec202a001c:

Save env vars at first pytest hook to ensure theyre unedited (microsoft/vscode-python#22344)

fixes https://github.com/microsoft/vscode-python/issues/22192.

Now, all environment variables are accessed during the
pytest_load_initial_conftests hook and then saved as global variables in
the plugin. This ensures the port and uuid will still be saved even if a
user safely or unsafely clears their environment variables during
testing.

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@c2dec146b9fe53af641ed217c4a567735d4d2d32:

Update warning for the deprecated settings in python (microsoft/vscode-python#22345)

close https://github.com/microsoft/vscode-python/issues/22272
--------------------
Commit message for microsoft/vscode-python@fe229588a6626800e26299aa0c27d0be03698016:

Fix powershell core activation if executing scripts is not supported (microsoft/vscode-python#22350)

Closes https://github.com/microsoft/vscode-python/issues/22252
--------------------
Commit message for microsoft/vscode-python@26b6255420750510bbe50d926835e7064469e920:

fix small logging issues for testing deprecation & duplicate log (microsoft/vscode-python#22349)

fixes https://github.com/microsoft/vscode-python/issues/22327
--------------------
Commit message for microsoft/vscode-python@e6046877f9679641dea61484e6ba4ea62b454591:

Correct condition when logging whether shell integration is active (microsoft/vscode-python#22347)

Introduced by https://github.com/microsoft/vscode-python/pull/22346
--------------------
Commit message for microsoft/vscode-python@b46e1a6ba3c1e6ecb7e847ebbf190f5217df385b:

Log whether shell integration is active (microsoft/vscode-python#22346)

For microsoft/vscode-python#20950
--------------------
Commit message for microsoft/vscode-python@bcb10251f3479cf3dd89b1f79a96bb1cbdfcbd13:

Bump actions/setup-node from 3 to 4 in /.github/actions/build-vsix (microsoft/vscode-python#22296)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@c9944e7b5a05c81992c9c936c1588327cdaf8739:

Bump actions/setup-node from 3 to 4 in /.github/actions/lint (microsoft/vscode-python#22297)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@fa0d02b8358efb02f12fd24bc2560ec9926c77ce:

Bump actions/setup-node from 3 to 4 (microsoft/vscode-python#22298)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@10327096932620304a49db6d9742bac676c68b04:

Log commands when using raw process APIs directly (microsoft/vscode-python#22326)


--------------------
Commit message for microsoft/vscode-python@c3afea5984b3dc41b1b3bf2ce04142baaf381029:

Update linter and formatter warning notifications (microsoft/vscode-python#22292)

closes https://github.com/microsoft/vscode-python/issues/22272

---------

Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@3c88f27697f4a4b1251146b27b34c56c454ff9c7:

Improve notification texts for terminal activation (microsoft/vscode-python#22323)

Closes https://github.com/microsoft/vscode-python/issues/22316
--------------------
Commit message for microsoft/vscode-python@9e07503d11442bfafb84108d0f0e339eb29c040f:

Use taskkill to kill processes on Windows (microsoft/vscode-python#22286)

For https://github.com/microsoft/vscode-python/issues/22285
--------------------
Commit message for microsoft/vscode-python@daab11d7bfdda996325a7b0ca691c84e7d0fea5e:

Only show terminal notification for basic terminals created using '+' icon (microsoft/vscode-python#22275)


--------------------
Commit message for microsoft/vscode-python@d75874110cbd53bae8a2e2b006814ad1fd21331a:

Add telemetry for deactivate prompt (microsoft/vscode-python#22274)


--------------------
Commit message for microsoft/vscode-python@f57be20d7af6c623774cd148f07ed77c31607ee7:

Support powershell activation even if Powershell execution is disabled on the system (microsoft/vscode-python#22273)

Closes https://github.com/microsoft/vscode-python/issues/22252

Error out if stderr is related to Powershell execution being disabled on
system, even though environment variables are returned in this case,
we've observed they're not valid in this case.
--------------------
Commit message for microsoft/vscode-python@802cf0c136fa30d5a4e69b6cee60e20fb650636d:

Reveal selection after editing deactivate script (microsoft/vscode-python#22271)


--------------------
Commit message for microsoft/vscode-python@63337522aa7bf207b1028323262693d1961a33a1:

add envFile's pythonpath before running tests (microsoft/vscode-python#22269)

fixes https://github.com/microsoft/vscode-python/issues/22231

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@043881397910818cf43b94b85fb3692a4735a14b:

Guide users to install workaround when deactivate command is run (microsoft/vscode-python#22223)


--------------------
Commit message for microsoft/vscode-python@a55484d3c3ccadfc5144c5aa48bdefcb803a1f97:

Fix for stack overflow on dispose (microsoft/vscode-python#22263)

Closes https://github.com/microsoft/vscode-python/issues/22261
--------------------
Commit message for microsoft/vscode-python@5d7eb6546b2c1e03c9c321410b79fed32f859624:

Remove linting support (microsoft/vscode-python#22266)


--------------------
Commit message for microsoft/vscode-python@c82702e584c01c9891007d792e55d0b48e8ea38a:

Add extra logging to PythonTestServer data received before parsed as json (microsoft/vscode-python#22265)

gives additional insight into cases where the data returned to the
extension occurs but tests are still not populating the UI.
--------------------
Commit message for microsoft/vscode-python@0ffce1999c5c611668c0dcc00eab6397a9f1f137:

Bump microvenv from 2023.3.post1 to 2023.5 (microsoft/vscode-python#22259)

Bumps [microvenv](https://github.com/brettcannon/microvenv) from
2023.3.post1 to 2023.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/brettcannon/microvenv/releases">microvenv's
releases</a>.</em></p>
<blockquote>
<h2>2023.5</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>⚠️ Breaking Changes</h3>
<ul>
<li>Drop Python 3.7 by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/58">brettcannon/microvenv#58</a></li>
</ul>
<h3>🎉 New Features</h3>
<ul>
<li>Get mypy passing under Windows by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/58">brettcannon/microvenv#58</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.4...v2023.5">https://github.com/brettcannon/microvenv/compare/v2023.4...v2023.5</a></p>
<h2>2023.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🪲 Bug Fixes</h3>
<ul>
<li>Prevent <code>__main__.py</code> from attempting to execute on
Windows. by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/57">brettcannon/microvenv#57</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.4">https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7cdcf908438fd1e8b2370624ec80a9ee44a597ec"><code>7cdcf90</code></a>
Get mypy passing under Windows (<a
href="https://redirect.github.com/brettcannon/microvenv/issues/58">#58</a>)</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/d32ca9dc1be5e029d326a240eda5c8137b64009d"><code>d32ca9d</code></a>
Fix <code>.github/workflows/docs.yml</code> syntax</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/ee3b599b2e15e0c409641ad4c8313c9a28f654d9"><code>ee3b599</code></a>
Prevent <code>__main__.py</code> from attempting to execute on Windows.
(<a
href="https://redirect.github.com/brettcannon/microvenv/issues/57">#57</a>)</li>
<li>See full diff in <a
href="https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microvenv&package-manager=pip&previous-version=2023.3.post1&new-version=2023.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@8becc7654d3765520b99b973fb61e696748daa66:

Remove unused text edit code (microsoft/vscode-python#22244)

This is part of removing the formatting support from the extension.
--------------------
Commit message for microsoft/vscode-python@7cb3593c1f998d109721f783a0b80ae878dd0164:

Remove unmatched parenthesis from error message (microsoft/vscode-python#22254)

Remove unmatched parenthesis from error message

closes: https://github.com/microsoft/vscode-python/issues/22253
--------------------
Commit message for microsoft/vscode-python@01c7665e37f4674a6a574d38f4f7af9344ec0485:

add correct retrieval of workspace adapter for test discovery in multiroot context (microsoft/vscode-python#22246)

fixes: https://github.com/microsoft/vscode-python/issues/22218
--------------------
Commit message for microsoft/vscode-python@4caa20735b4fa7832e3d62e884cbc04b482f2ad8:

add wrapper hook for pytest_runtest_protocol (microsoft/vscode-python#22243)

fixes https://github.com/microsoft/vscode-python/issues/22232. From
https://github.com/pytest-dev/pytest/discussions/11509, learned that
some pytest hooks are meant to be unique and only one will be called per
run. If multiple plugins are at play then another plugin the user has
might override our plugin. Added the hookwrapper so our is always run.
Same as https://github.com/microsoft/vscode-python/pull/22240
--------------------
Commit message for microsoft/vscode-python@44053a22aafaa4ae1d661f867b4735b237308a14:

add hookwrappers to pytest plugin to ensure run (microsoft/vscode-python#22240)

fixes https://github.com/microsoft/vscode-python/issues/22232. From
[this
discussion](https://github.com/pytest-dev/pytest/discussions/11509),
learned that some pytest hooks are meant to be unique and only one will
be called per run. If multiple plugins are at play then another plugin
the user has might override our plugin. Added the hookwrapper so our is
always run.
--------------------
Commit message for microsoft/vscode-python@754f8effa482d2e37a8dfba588da4d51374e2a63:

remove node deletion for error tolerant discovery (microsoft/vscode-python#22207)

helps with a part of
https://github.com/microsoft/vscode-python/issues/21757
--------------------
Commit message for microsoft/vscode-python@ebaf8fe0d587cfbc190bd89ad4d584c35ff57bd1:

Fix experiment telemetry related to optInto/optOutFrom settings (microsoft/vscode-python#22241)

cc/ @luabud
--------------------
Commit message for microsoft/vscode-python@10b98d34b51b501531ac21027fcab59b12c8e182:

Deprecate the log directory setting (microsoft/vscode-python#22236)


--------------------
Commit message for microsoft/vscode-python@f43826256703a40f76e1a93e677e72e5963689bc:

Add support for a tensorboard experiment (microsoft/vscode-python#22215)


--------------------
Commit message for microsoft/vscode-python@1310bd665d83bcd4e09903bff39ac841dafcad52:

Enable experiments for all tests (microsoft/vscode-python#22194)

Closes: microsoft/vscode-python#22193

Enables to opt into experiments for tests such as single workspace,
multi workspace, debugger, venv, etc.
--------------------
Commit message for microsoft/vscode-python@ed155afa4bf6acdbd0341d093b5a00e13237985e:

remove asserts from catchable code for testing (microsoft/vscode-python#22210)

some asserts were inside functions / mocking and with this then the
extension code catches the exception and doesn't error out as the test.
Bring the asserts out of the functions into the test so the asserts work
as expected.
--------------------
Commit message for microsoft/vscode-python@eada0f1ab940729ae335389c34899d64b56edd35:

Bump microvenv from 2023.2.0 to 2023.3.post1 (microsoft/vscode-python#22204)

Bumps [microvenv](https://github.com/brettcannon/microvenv) from
2023.2.0 to 2023.3.post1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/brettcannon/microvenv/releases">microvenv's
releases</a>.</em></p>
<blockquote>
<h2>2023.3.post1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>⚠️ Breaking Changes</h3>
<ul>
<li>Add support for <code>scm_ignore_files</code> (and restructure
project) by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/44">brettcannon/microvenv#44</a></li>
</ul>
<h3>🎉 New Features</h3>
<ul>
<li>Add <code>IN_VIRTUAL_ENV</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/47">brettcannon/microvenv#47</a></li>
<li>Add <code>parse_config()</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/48">brettcannon/microvenv#48</a></li>
<li>Add <code>activation()</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/49">brettcannon/microvenv#49</a></li>
<li>Add type annotations by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/50">brettcannon/microvenv#50</a></li>
<li>Add docs by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/51">brettcannon/microvenv#51</a></li>
<li>Add support for Windows (except for <code>create()</code>) by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/55">brettcannon/microvenv#55</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1">https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brettcannon/microvenv/commit/bf19f920060bd636ce15a992a118ee6a255d15ac"><code>bf19f92</code></a>
Update the docs due to Windows support</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/0c5436dcd8718ba353140e0b2c73327f247d3737"><code>0c5436d</code></a>
Fix <code>docs.yml</code></li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/00d43b4188867d407387f314444d2f0b557383ea"><code>00d43b4</code></a>
Update the version for release</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/2e8d62ec1b9a4bdf57f32bf5aac807b661f176be"><code>2e8d62e</code></a>
Add a <code>release.yml</code> workflow</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7b9ca8aff40eda2495a130453b8586646398d157"><code>7b9ca8a</code></a>
Add support for Windows (except for <code>create()</code>) (<a
href="https://redirect.github.com/brettcannon/microvenv/issues/55">#55</a>)</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7085e42a4b8df4706a4395ff520617801726db22"><code>7085e42</code></a>
Drop CI path requirements</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/f9dc600ebf4feb08486e406688297ce6d61734ab"><code>f9dc600</code></a>
Add mypy's stubtest to linting</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/54e08f8b35b920b4211b706404f55075e9d16b09"><code>54e08f8</code></a>
Clarify that <code>_create.py</code> is self-contained</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/3145fcbaa4a0bc36d832d155d17f34389b8a398e"><code>3145fcb</code></a>
Merge branch 'main' of github.com:brettcannon/microvenv</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/6c0529e2b49469544829dbb50008c933e08cb44b"><code>6c0529e</code></a>
Drop the static HTML directory</li>
<li>Additional commits viewable in <a
href="https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microvenv&package-manager=pip&previous-version=2023.2.0&new-version=2023.3.post1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@76ae73a46bea7e722bf43e4d5550b3d895066d90:

Skip setting `PYTHONUTF8` when activating terminals (microsoft/vscode-python#22213)

Closes https://github.com/microsoft/vscode-python/issues/22205
--------------------
Commit message for microsoft/vscode-python@bdb8efb9dd20cefd56a11687ed7f7dfc89f9f15d:

Try using `import` in webpack condition names (microsoft/vscode-python#22212)


--------------------
Commit message for microsoft/vscode-python@6c23e4335db10e900ea0ca2402e267322c3a2e69:

Handle white spaces for list along with dictionary (microsoft/vscode-python#22209)

Legacy normalization script leaves unnecessary white spaces for
dictionary as well as list. While there are multiple correct usage of it
such as for after a function, for more intuitive REPL experience. We
want to keep previous normalization style and white space format EXCEPT
for dictionary and list case.

Dictionary case is handled, but this is the PR to handle the elimination
of extra white spaces for list as well.
Closes: microsoft/vscode-python#22208
--------------------
Commit message for microsoft/vscode-python@ec001a0b1503555e685996baab8fda4f0648c454:

Fix for webpack warning with LSP types (microsoft/vscode-python#22211)


--------------------
Commit message for microsoft/vscode-python@9b5f58afc0acacacd45c035c4e1a78622944407d:

Add logging for failure to retrieve environment variables, testing rewrite (microsoft/vscode-python#22203)


--------------------
Commit message for microsoft/vscode-python@65c8ac6e3f272d76c9775ad1163a18c61d473119:

Remove formatting settings (microsoft/vscode-python#22202)

Closes https://github.com/microsoft/vscode-python/issues/22183
--------------------
Commit message for microsoft/vscode-python@d1e4562b64e38045f549ca00025c4620a6a89567:

Move tensorboard support into a separate extension (microsoft/vscode-python#22197)

* No need of experiments (if users install extension, then it works)
* If tensorboard extension is installed the we rely on tensorboard
extension to handle everything
* For final deplayment we can decide whether to just remove this feature
altogether or prompt users to install tensorboard extension or to go
with an experiment, for now I wanted to keep this super simple (this
shoudl not affect anyone as no one will have a tensorboard extension
except us)
* Simple private API for tensorboard extension, untill Python ext
exposes a stable API
    * API is similar to Jupyter, scoped to Tensorboard ext
--------------------
Commit message for microsoft/vscode-python@1dd8a4bdb16d0a7e79082c75d8eb55a142a48fc2:

switch testing output to test result panel (microsoft/vscode-python#22039)

closes https://github.com/microsoft/vscode-python/issues/21861 and
related issues

---------

Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@055a352285db83158be4374a2e57bdc48b28fda8:

Remove formatting support (microsoft/vscode-python#22196)


--------------------
Commit message for microsoft/vscode-python@75e707be42bf67aac316c900f7d095c1e21bae28:

Update LSP to latest version to support completion itemDefaults (microsoft/vscode-python#22200)

Dirk added this feature here:

https://github.com/microsoft/vscode-languageserver-node/commit/0b7acc15abd7132c9154d94140f478ccf5ba5769

We want to use this in Pylance in order to speedup completions. For the
degenerate case, this can speedup completion results by 30%.

See https://github.com/microsoft/pyrx/issues/4113 and
https://github.com/microsoft/pylance-release/issues/4919
--------------------
Commit message for microsoft/vscode-python@bc0c7144d586d5a7514921ddfc8cd495f1838ba1:

add clickable show logs on discovery error (microsoft/vscode-python#22199)

fixes https://github.com/microsoft/vscode-python/issues/22175
--------------------
Commit message for microsoft/vscode-python@56661a1576b93430953f249cda582eeef30ff543:

REPL Smart Shift+Enter and Dynamic Smart Cursor  (microsoft/vscode-python#21779)

There are two Feature Requests from: microsoft/vscode-python#18105 microsoft/vscode-python#21838 
They are grouped together to provide the smoothest experience: when user
wants to press shift+enter and smoothly move between each executable
Python code block without having to manually move their cursor.

#19955 (For Execute line/selection and advance to next line, referred to
as dynamic smart cursor hereby)
Open Issue: microsoft/vscode-python#21778 microsoft/vscode-python#21838

Steps in implementing REPL Smart Send (smart shift+enter to the REPL)
and dynamic cursor move aka. Move to Next Line (next executable line of
code to be more precise):

1. Figure out the workflow of where things start and run when user
clicks on run selection/line
2. Send the content of selection & document to the Python Side from
Typescript side.
3. Respect and follow previous logic/code for EXPLICIT selection (user
has highlighting particular text they want to send to REPL), but
otherwise, use newly created smart send code.
4. Receive content of document & selection in Python Side
5. Use AST (From Python standard library) to figu…
wesm pushed a commit to posit-dev/positron that referenced this issue Mar 28, 2024
… 2023.20

Merge pull request #244 from posit-dev/merge/upstream-2023.20

Merge upstream vscode-python 2023.20
--------------------
Commit message for posit-dev/positron-python@182a5a1b5c8ca577bea4b303224a2a92a78e8ce9:

Put back gulp installation path instead of nox

--------------------
Commit message for posit-dev/positron-python@bd64148cbb024a183cea2cdacd98c2d7cbf0008a:

Merge upstream 2023.20

--------------------
Commit message for microsoft/vscode-python@32ea534f7144fb1c9bd7502e91451e69f2fcd218:

remove new line chars from error text messages in testing rewrite (microsoft/vscode-python#22402)

fixes https://github.com/microsoft/vscode-python/issues/21512 where 2
extra new lines were seen at the end of an error message popup. Removing
these will restrict stop this from occurring.
--------------------
Commit message for microsoft/vscode-python@ff604ca9988420aefa4f66c1681e3d3374c5e03c:

Add cwd to error logs (microsoft/vscode-python#22387)

closes https://github.com/microsoft/vscode-python/issues/22359
--------------------
Commit message for microsoft/vscode-python@78052bd76e9922a983accd35a84f16c6d1d53f22:

Refactor get_node_path function to handle fspath greedy access  (microsoft/vscode-python#22384)

closes https://github.com/microsoft/vscode-python/issues/20830

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@491c2c8af29916136e0b6540b5d934bf448a51e3:

Bump typing-extensions from 4.7.1 to 4.8.0 (microsoft/vscode-python#22015)

Bumps [typing-extensions](https://github.com/python/typing_extensions)
from 4.7.1 to 4.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/releases">typing-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.8.0</h2>
<p>Changes since 4.7.1:</p>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
<p>No changes since 4.8.0rc1.</p>
<h2>4.8.0rc1</h2>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.8.0 (September 17, 2023)</h1>
<p>No changes since 4.8.0rc1.</p>
<h1>Release 4.8.0rc1 (September 7, 2023)</h1>
<ul>
<li>Add <code>typing_extensions.Doc</code>, as proposed by PEP 727.
Patch by
Sebastián Ramírez.</li>
<li>Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex
Waygood.</li>
<li>Fix bug where <code>get_original_bases()</code> would return
incorrect results when
called on a concrete subclass of a generic class. Patch by Alex Waygood
(backporting <a
href="https://redirect.github.com/python/cpython/pull/107584">python/cpython#107584</a>,
by James
Hilton-Balfe).</li>
<li>Fix bug where <code>ParamSpec(default=...)</code> would raise a
<code>TypeError</code> on Python
versions &lt;3.11. Patch by James Hilton-Balfe</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/c17c499b865585458bc334a1f895ebaedd2ab854"><code>c17c499</code></a>
Prepare release 4.8.0 (<a
href="https://redirect.github.com/python/typing_extensions/issues/283">#283</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/df9e322f2d9cb66d936fbfeac524b5989b78cfd5"><code>df9e322</code></a>
Run tests on py312 for more third-party projects (<a
href="https://redirect.github.com/python/typing_extensions/issues/281">#281</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/7e294992dfe3070b3ca228555fa3887001ceaab2"><code>7e29499</code></a>
Release 4.8.0rc1 (<a
href="https://redirect.github.com/python/typing_extensions/issues/280">#280</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ca2a739574fb259f156faba005aaa802e6f19faa"><code>ca2a739</code></a>
Add Doc from PEP 727: <a
href="https://peps.python.org/pep-0727/">https://peps.python.org/pep-0727/</a>
(<a
href="https://redirect.github.com/python/typing_extensions/issues/277">#277</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/13c9484f10f5f4b3ac995c49c06cef42d847723c"><code>13c9484</code></a>
Fix ParamSpec ellipsis default for &lt;3.10 (<a
href="https://redirect.github.com/python/typing_extensions/issues/279">#279</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/4705e747b8380ce466d81b132134bd4ed399eb45"><code>4705e74</code></a>
Improve documentation (<a
href="https://redirect.github.com/python/typing_extensions/issues/278">#278</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/99fa708df2af1ab5ecde47968d71dc5b0447fc5d"><code>99fa708</code></a>
Backport CPython PR 107584 (<a
href="https://redirect.github.com/python/typing_extensions/issues/275">#275</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/688fbd2545944c9c36a0d08084e7c92642a81751"><code>688fbd2</code></a>
Revert &quot;Skip running <code>cattrs</code> tests on PyPy (<a
href="https://redirect.github.com/python/typing_extensions/issues/272">#272</a>)&quot;
(<a
href="https://redirect.github.com/python/typing_extensions/issues/273">#273</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/8dfa0a5dc31b298252d001304b9107be76e4de4c"><code>8dfa0a5</code></a>
Skip running <code>cattrs</code> tests on PyPy (<a
href="https://redirect.github.com/python/typing_extensions/issues/272">#272</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/7bb3f3fca39d477b2bb04f64ff5ea2cc14383e51"><code>7bb3f3f</code></a>
Fix third-party workflow (<a
href="https://redirect.github.com/python/typing_extensions/issues/269">#269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.7.1...4.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.7.1&new-version=4.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@473de33f84fc649f99b1ae4692ecf0653f5d2d8c:

Ensure Python environment defined in `python.defaultInterpreterPath` is returned via discovery API (microsoft/vscode-python#22389)

Closes https://github.com/microsoft/vscode-python/issues/22268

Even when it is not the active interpreter for any workspace, it's still
a known environment which users could consider selecting.
--------------------
Commit message for microsoft/vscode-python@7aefb217ce836d865bdc170c8ef3427549aeac17:

Remove unused packages from `package.json` (microsoft/vscode-python#22386)

closes: https://github.com/microsoft/vscode-python/issues/16840
--------------------
Commit message for microsoft/vscode-python@b65ea3baa48c7ebd2af8e16c7eaf8a33f8d9bd87:

Use nox to install packages (microsoft/vscode-python#22381)


--------------------
Commit message for microsoft/vscode-python@a7262b8d9071c34ccd0dffb4d0fad48092411b31:

Do not prefer Microsoft store interpreter over other global interpreters when auto-selecting (microsoft/vscode-python#22380)

Closes https://github.com/microsoft/vscode-python/issues/22364

Do not compare two global interpreters using their kinds.
--------------------
Commit message for microsoft/vscode-python@b4f06c9e71c8e066d6df3dd787c7880439c4e41b:

Use python test runner for extension python tests (microsoft/vscode-python#22385)

closes https://github.com/microsoft/vscode-python/issues/9051
--------------------
Commit message for microsoft/vscode-python@ed6f4601b21013c1c0d750c751e935439136c44e:

Remove deprecated settings (microsoft/vscode-python#22377)


--------------------
Commit message for microsoft/vscode-python@6d2ab8e063bf3155ca56f782bb43fae84f15c9e0:

Update main version to next pre-release (microsoft/vscode-python#22379)


--------------------
Commit message for microsoft/vscode-python@2ea45befd3a8b5aacf8c92505e9e039f9d13871b:

Update version for release candidate (microsoft/vscode-python#22378)


--------------------
Commit message for microsoft/vscode-python@183a52922661a1d931858c81c6643227ec8ffc86:

allow -v, -f, -q, --local in unittest args (microsoft/vscode-python#22357)

fixes https://github.com/microsoft/vscode-python/issues/22343
--------------------
Commit message for microsoft/vscode-python@93bf5cc2dd89ea98f70c1f85a8a32989e4e635af:

Handle localized shells when powershell execution is disabled (microsoft/vscode-python#22360)

Closes https://github.com/microsoft/vscode-python/issues/22352
--------------------
Commit message for microsoft/vscode-python@56a88b8b885227d04f07eeda47ee7332acaf9fc4:

Trim ends before add lines to logs from create env output (microsoft/vscode-python#22358)

closes https://github.com/microsoft/vscode-python/issues/22321
--------------------
Commit message for microsoft/vscode-python@71a451cb4f7cb6a2e0b192ad0ed4d1ec202a001c:

Save env vars at first pytest hook to ensure theyre unedited (microsoft/vscode-python#22344)

fixes https://github.com/microsoft/vscode-python/issues/22192.

Now, all environment variables are accessed during the
pytest_load_initial_conftests hook and then saved as global variables in
the plugin. This ensures the port and uuid will still be saved even if a
user safely or unsafely clears their environment variables during
testing.

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@c2dec146b9fe53af641ed217c4a567735d4d2d32:

Update warning for the deprecated settings in python (microsoft/vscode-python#22345)

close https://github.com/microsoft/vscode-python/issues/22272
--------------------
Commit message for microsoft/vscode-python@fe229588a6626800e26299aa0c27d0be03698016:

Fix powershell core activation if executing scripts is not supported (microsoft/vscode-python#22350)

Closes https://github.com/microsoft/vscode-python/issues/22252
--------------------
Commit message for microsoft/vscode-python@26b6255420750510bbe50d926835e7064469e920:

fix small logging issues for testing deprecation & duplicate log (microsoft/vscode-python#22349)

fixes https://github.com/microsoft/vscode-python/issues/22327
--------------------
Commit message for microsoft/vscode-python@e6046877f9679641dea61484e6ba4ea62b454591:

Correct condition when logging whether shell integration is active (microsoft/vscode-python#22347)

Introduced by https://github.com/microsoft/vscode-python/pull/22346
--------------------
Commit message for microsoft/vscode-python@b46e1a6ba3c1e6ecb7e847ebbf190f5217df385b:

Log whether shell integration is active (microsoft/vscode-python#22346)

For microsoft/vscode-python#20950
--------------------
Commit message for microsoft/vscode-python@bcb10251f3479cf3dd89b1f79a96bb1cbdfcbd13:

Bump actions/setup-node from 3 to 4 in /.github/actions/build-vsix (microsoft/vscode-python#22296)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@c9944e7b5a05c81992c9c936c1588327cdaf8739:

Bump actions/setup-node from 3 to 4 in /.github/actions/lint (microsoft/vscode-python#22297)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@fa0d02b8358efb02f12fd24bc2560ec9926c77ce:

Bump actions/setup-node from 3 to 4 (microsoft/vscode-python#22298)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@10327096932620304a49db6d9742bac676c68b04:

Log commands when using raw process APIs directly (microsoft/vscode-python#22326)


--------------------
Commit message for microsoft/vscode-python@c3afea5984b3dc41b1b3bf2ce04142baaf381029:

Update linter and formatter warning notifications (microsoft/vscode-python#22292)

closes https://github.com/microsoft/vscode-python/issues/22272

---------

Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@3c88f27697f4a4b1251146b27b34c56c454ff9c7:

Improve notification texts for terminal activation (microsoft/vscode-python#22323)

Closes https://github.com/microsoft/vscode-python/issues/22316
--------------------
Commit message for microsoft/vscode-python@9e07503d11442bfafb84108d0f0e339eb29c040f:

Use taskkill to kill processes on Windows (microsoft/vscode-python#22286)

For https://github.com/microsoft/vscode-python/issues/22285
--------------------
Commit message for microsoft/vscode-python@daab11d7bfdda996325a7b0ca691c84e7d0fea5e:

Only show terminal notification for basic terminals created using '+' icon (microsoft/vscode-python#22275)


--------------------
Commit message for microsoft/vscode-python@d75874110cbd53bae8a2e2b006814ad1fd21331a:

Add telemetry for deactivate prompt (microsoft/vscode-python#22274)


--------------------
Commit message for microsoft/vscode-python@f57be20d7af6c623774cd148f07ed77c31607ee7:

Support powershell activation even if Powershell execution is disabled on the system (microsoft/vscode-python#22273)

Closes https://github.com/microsoft/vscode-python/issues/22252

Error out if stderr is related to Powershell execution being disabled on
system, even though environment variables are returned in this case,
we've observed they're not valid in this case.
--------------------
Commit message for microsoft/vscode-python@802cf0c136fa30d5a4e69b6cee60e20fb650636d:

Reveal selection after editing deactivate script (microsoft/vscode-python#22271)


--------------------
Commit message for microsoft/vscode-python@63337522aa7bf207b1028323262693d1961a33a1:

add envFile's pythonpath before running tests (microsoft/vscode-python#22269)

fixes https://github.com/microsoft/vscode-python/issues/22231

---------

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@043881397910818cf43b94b85fb3692a4735a14b:

Guide users to install workaround when deactivate command is run (microsoft/vscode-python#22223)


--------------------
Commit message for microsoft/vscode-python@a55484d3c3ccadfc5144c5aa48bdefcb803a1f97:

Fix for stack overflow on dispose (microsoft/vscode-python#22263)

Closes https://github.com/microsoft/vscode-python/issues/22261
--------------------
Commit message for microsoft/vscode-python@5d7eb6546b2c1e03c9c321410b79fed32f859624:

Remove linting support (microsoft/vscode-python#22266)


--------------------
Commit message for microsoft/vscode-python@c82702e584c01c9891007d792e55d0b48e8ea38a:

Add extra logging to PythonTestServer data received before parsed as json (microsoft/vscode-python#22265)

gives additional insight into cases where the data returned to the
extension occurs but tests are still not populating the UI.
--------------------
Commit message for microsoft/vscode-python@0ffce1999c5c611668c0dcc00eab6397a9f1f137:

Bump microvenv from 2023.3.post1 to 2023.5 (microsoft/vscode-python#22259)

Bumps [microvenv](https://github.com/brettcannon/microvenv) from
2023.3.post1 to 2023.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/brettcannon/microvenv/releases">microvenv's
releases</a>.</em></p>
<blockquote>
<h2>2023.5</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>⚠️ Breaking Changes</h3>
<ul>
<li>Drop Python 3.7 by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/58">brettcannon/microvenv#58</a></li>
</ul>
<h3>🎉 New Features</h3>
<ul>
<li>Get mypy passing under Windows by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/58">brettcannon/microvenv#58</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.4...v2023.5">https://github.com/brettcannon/microvenv/compare/v2023.4...v2023.5</a></p>
<h2>2023.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🪲 Bug Fixes</h3>
<ul>
<li>Prevent <code>__main__.py</code> from attempting to execute on
Windows. by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/57">brettcannon/microvenv#57</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.4">https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7cdcf908438fd1e8b2370624ec80a9ee44a597ec"><code>7cdcf90</code></a>
Get mypy passing under Windows (<a
href="https://redirect.github.com/brettcannon/microvenv/issues/58">#58</a>)</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/d32ca9dc1be5e029d326a240eda5c8137b64009d"><code>d32ca9d</code></a>
Fix <code>.github/workflows/docs.yml</code> syntax</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/ee3b599b2e15e0c409641ad4c8313c9a28f654d9"><code>ee3b599</code></a>
Prevent <code>__main__.py</code> from attempting to execute on Windows.
(<a
href="https://redirect.github.com/brettcannon/microvenv/issues/57">#57</a>)</li>
<li>See full diff in <a
href="https://github.com/brettcannon/microvenv/compare/v2023.3.post1...v2023.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microvenv&package-manager=pip&previous-version=2023.3.post1&new-version=2023.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@8becc7654d3765520b99b973fb61e696748daa66:

Remove unused text edit code (microsoft/vscode-python#22244)

This is part of removing the formatting support from the extension.
--------------------
Commit message for microsoft/vscode-python@7cb3593c1f998d109721f783a0b80ae878dd0164:

Remove unmatched parenthesis from error message (microsoft/vscode-python#22254)

Remove unmatched parenthesis from error message

closes: https://github.com/microsoft/vscode-python/issues/22253
--------------------
Commit message for microsoft/vscode-python@01c7665e37f4674a6a574d38f4f7af9344ec0485:

add correct retrieval of workspace adapter for test discovery in multiroot context (microsoft/vscode-python#22246)

fixes: https://github.com/microsoft/vscode-python/issues/22218
--------------------
Commit message for microsoft/vscode-python@4caa20735b4fa7832e3d62e884cbc04b482f2ad8:

add wrapper hook for pytest_runtest_protocol (microsoft/vscode-python#22243)

fixes https://github.com/microsoft/vscode-python/issues/22232. From
https://github.com/pytest-dev/pytest/discussions/11509, learned that
some pytest hooks are meant to be unique and only one will be called per
run. If multiple plugins are at play then another plugin the user has
might override our plugin. Added the hookwrapper so our is always run.
Same as https://github.com/microsoft/vscode-python/pull/22240
--------------------
Commit message for microsoft/vscode-python@44053a22aafaa4ae1d661f867b4735b237308a14:

add hookwrappers to pytest plugin to ensure run (microsoft/vscode-python#22240)

fixes https://github.com/microsoft/vscode-python/issues/22232. From
[this
discussion](https://github.com/pytest-dev/pytest/discussions/11509),
learned that some pytest hooks are meant to be unique and only one will
be called per run. If multiple plugins are at play then another plugin
the user has might override our plugin. Added the hookwrapper so our is
always run.
--------------------
Commit message for microsoft/vscode-python@754f8effa482d2e37a8dfba588da4d51374e2a63:

remove node deletion for error tolerant discovery (microsoft/vscode-python#22207)

helps with a part of
https://github.com/microsoft/vscode-python/issues/21757
--------------------
Commit message for microsoft/vscode-python@ebaf8fe0d587cfbc190bd89ad4d584c35ff57bd1:

Fix experiment telemetry related to optInto/optOutFrom settings (microsoft/vscode-python#22241)

cc/ @luabud
--------------------
Commit message for microsoft/vscode-python@10b98d34b51b501531ac21027fcab59b12c8e182:

Deprecate the log directory setting (microsoft/vscode-python#22236)


--------------------
Commit message for microsoft/vscode-python@f43826256703a40f76e1a93e677e72e5963689bc:

Add support for a tensorboard experiment (microsoft/vscode-python#22215)


--------------------
Commit message for microsoft/vscode-python@1310bd665d83bcd4e09903bff39ac841dafcad52:

Enable experiments for all tests (microsoft/vscode-python#22194)

Closes: microsoft/vscode-python#22193

Enables to opt into experiments for tests such as single workspace,
multi workspace, debugger, venv, etc.
--------------------
Commit message for microsoft/vscode-python@ed155afa4bf6acdbd0341d093b5a00e13237985e:

remove asserts from catchable code for testing (microsoft/vscode-python#22210)

some asserts were inside functions / mocking and with this then the
extension code catches the exception and doesn't error out as the test.
Bring the asserts out of the functions into the test so the asserts work
as expected.
--------------------
Commit message for microsoft/vscode-python@eada0f1ab940729ae335389c34899d64b56edd35:

Bump microvenv from 2023.2.0 to 2023.3.post1 (microsoft/vscode-python#22204)

Bumps [microvenv](https://github.com/brettcannon/microvenv) from
2023.2.0 to 2023.3.post1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/brettcannon/microvenv/releases">microvenv's
releases</a>.</em></p>
<blockquote>
<h2>2023.3.post1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>⚠️ Breaking Changes</h3>
<ul>
<li>Add support for <code>scm_ignore_files</code> (and restructure
project) by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/44">brettcannon/microvenv#44</a></li>
</ul>
<h3>🎉 New Features</h3>
<ul>
<li>Add <code>IN_VIRTUAL_ENV</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/47">brettcannon/microvenv#47</a></li>
<li>Add <code>parse_config()</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/48">brettcannon/microvenv#48</a></li>
<li>Add <code>activation()</code> by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/49">brettcannon/microvenv#49</a></li>
<li>Add type annotations by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/50">brettcannon/microvenv#50</a></li>
<li>Add docs by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/51">brettcannon/microvenv#51</a></li>
<li>Add support for Windows (except for <code>create()</code>) by <a
href="https://github.com/brettcannon"><code>@​brettcannon</code></a> in
<a
href="https://redirect.github.com/brettcannon/microvenv/pull/55">brettcannon/microvenv#55</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1">https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/brettcannon/microvenv/commit/bf19f920060bd636ce15a992a118ee6a255d15ac"><code>bf19f92</code></a>
Update the docs due to Windows support</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/0c5436dcd8718ba353140e0b2c73327f247d3737"><code>0c5436d</code></a>
Fix <code>docs.yml</code></li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/00d43b4188867d407387f314444d2f0b557383ea"><code>00d43b4</code></a>
Update the version for release</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/2e8d62ec1b9a4bdf57f32bf5aac807b661f176be"><code>2e8d62e</code></a>
Add a <code>release.yml</code> workflow</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7b9ca8aff40eda2495a130453b8586646398d157"><code>7b9ca8a</code></a>
Add support for Windows (except for <code>create()</code>) (<a
href="https://redirect.github.com/brettcannon/microvenv/issues/55">#55</a>)</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/7085e42a4b8df4706a4395ff520617801726db22"><code>7085e42</code></a>
Drop CI path requirements</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/f9dc600ebf4feb08486e406688297ce6d61734ab"><code>f9dc600</code></a>
Add mypy's stubtest to linting</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/54e08f8b35b920b4211b706404f55075e9d16b09"><code>54e08f8</code></a>
Clarify that <code>_create.py</code> is self-contained</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/3145fcbaa4a0bc36d832d155d17f34389b8a398e"><code>3145fcb</code></a>
Merge branch 'main' of github.com:brettcannon/microvenv</li>
<li><a
href="https://github.com/brettcannon/microvenv/commit/6c0529e2b49469544829dbb50008c933e08cb44b"><code>6c0529e</code></a>
Drop the static HTML directory</li>
<li>Additional commits viewable in <a
href="https://github.com/brettcannon/microvenv/compare/v2023.2.0...v2023.3.post1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microvenv&package-manager=pip&previous-version=2023.2.0&new-version=2023.3.post1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@76ae73a46bea7e722bf43e4d5550b3d895066d90:

Skip setting `PYTHONUTF8` when activating terminals (microsoft/vscode-python#22213)

Closes https://github.com/microsoft/vscode-python/issues/22205
--------------------
Commit message for microsoft/vscode-python@bdb8efb9dd20cefd56a11687ed7f7dfc89f9f15d:

Try using `import` in webpack condition names (microsoft/vscode-python#22212)


--------------------
Commit message for microsoft/vscode-python@6c23e4335db10e900ea0ca2402e267322c3a2e69:

Handle white spaces for list along with dictionary (microsoft/vscode-python#22209)

Legacy normalization script leaves unnecessary white spaces for
dictionary as well as list. While there are multiple correct usage of it
such as for after a function, for more intuitive REPL experience. We
want to keep previous normalization style and white space format EXCEPT
for dictionary and list case.

Dictionary case is handled, but this is the PR to handle the elimination
of extra white spaces for list as well.
Closes: microsoft/vscode-python#22208
--------------------
Commit message for microsoft/vscode-python@ec001a0b1503555e685996baab8fda4f0648c454:

Fix for webpack warning with LSP types (microsoft/vscode-python#22211)


--------------------
Commit message for microsoft/vscode-python@9b5f58afc0acacacd45c035c4e1a78622944407d:

Add logging for failure to retrieve environment variables, testing rewrite (microsoft/vscode-python#22203)


--------------------
Commit message for microsoft/vscode-python@65c8ac6e3f272d76c9775ad1163a18c61d473119:

Remove formatting settings (microsoft/vscode-python#22202)

Closes https://github.com/microsoft/vscode-python/issues/22183
--------------------
Commit message for microsoft/vscode-python@d1e4562b64e38045f549ca00025c4620a6a89567:

Move tensorboard support into a separate extension (microsoft/vscode-python#22197)

* No need of experiments (if users install extension, then it works)
* If tensorboard extension is installed the we rely on tensorboard
extension to handle everything
* For final deplayment we can decide whether to just remove this feature
altogether or prompt users to install tensorboard extension or to go
with an experiment, for now I wanted to keep this super simple (this
shoudl not affect anyone as no one will have a tensorboard extension
except us)
* Simple private API for tensorboard extension, untill Python ext
exposes a stable API
    * API is similar to Jupyter, scoped to Tensorboard ext
--------------------
Commit message for microsoft/vscode-python@1dd8a4bdb16d0a7e79082c75d8eb55a142a48fc2:

switch testing output to test result panel (microsoft/vscode-python#22039)

closes https://github.com/microsoft/vscode-python/issues/21861 and
related issues

---------

Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
--------------------
Commit message for microsoft/vscode-python@055a352285db83158be4374a2e57bdc48b28fda8:

Remove formatting support (microsoft/vscode-python#22196)


--------------------
Commit message for microsoft/vscode-python@75e707be42bf67aac316c900f7d095c1e21bae28:

Update LSP to latest version to support completion itemDefaults (microsoft/vscode-python#22200)

Dirk added this feature here:

https://github.com/microsoft/vscode-languageserver-node/commit/0b7acc15abd7132c9154d94140f478ccf5ba5769

We want to use this in Pylance in order to speedup completions. For the
degenerate case, this can speedup completion results by 30%.

See https://github.com/microsoft/pyrx/issues/4113 and
https://github.com/microsoft/pylance-release/issues/4919
--------------------
Commit message for microsoft/vscode-python@bc0c7144d586d5a7514921ddfc8cd495f1838ba1:

add clickable show logs on discovery error (microsoft/vscode-python#22199)

fixes https://github.com/microsoft/vscode-python/issues/22175
--------------------
Commit message for microsoft/vscode-python@56661a1576b93430953f249cda582eeef30ff543:

REPL Smart Shift+Enter and Dynamic Smart Cursor  (microsoft/vscode-python#21779)

There are two Feature Requests from: microsoft/vscode-python#18105 microsoft/vscode-python#21838 
They are grouped together to provide the smoothest experience: when user
wants to press shift+enter and smoothly move between each executable
Python code block without having to manually move their cursor.

#19955 (For Execute line/selection and advance to next line, referred to
as dynamic smart cursor hereby)
Open Issue: microsoft/vscode-python#21778 microsoft/vscode-python#21838

Steps in implementing REPL Smart Send (smart shift+enter to the REPL)
and dynamic cursor move aka. Move to Next Line (next executable line of
code to be more precise):

1. Figure out the workflow of where things start and run when user
clicks on run selection/line
2. Send the content of selection & document to the Python Side from
Typescript side.
3. Respect and follow previous logic/code for EXPLICIT selection (user
has highlighting particular text they want to send to REPL), but
otherwise, use newly created smart send code.
4. Receive content of document & selection in Python Side
5. Use AST (From Python standard library) to figu…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-terminal bug Issue identified by VS Code Team member as probable bug experimenting Feature is part of an experiment verified Verification succeeded windows
Projects
None yet
4 participants