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

Run Button #20874

Closed
Your-Trash-kid opened this issue Mar 18, 2023 · 18 comments · Fixed by #21203
Closed

Run Button #20874

Your-Trash-kid opened this issue Mar 18, 2023 · 18 comments · Fixed by #21203
Assignees
Labels
area-environments Features relating to handling interpreter environments info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@Your-Trash-kid
Copy link

Your-Trash-kid commented Mar 18, 2023

Type: Bug

Behaviour

Expected vs. Actual

I expected to when i click the run button, right click and press run or press the optains on the run button and click run for it to run my python file but instead nothing happenes

Steps to reproduce:

  1. Just click the run button

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.11.2
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Global
  • 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)

Experiment 'pythonPromptNewToolsExt' is active
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
> conda info --json
Python interpreter path: ~\AppData\Local\Programs\Python\Python311\python.exe
Starting Pylance language server.
[ERROR 2023-2-18 13:48:5.251]: sendStartupTelemetry() failed. [TypeError: Cannot read properties of undefined (reading 'uri')
	at m (c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\out\client\extension.js:2:697508)
	at t.sendStartupTelemetry (c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\out\client\extension.js:2:698495)]
> ~\AppData\Local\Programs\Python\Python310\python.exe -I ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python311\python.exe -I ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py

User Settings


languageServer: "Pylance"

Extension version: 2023.4.1
VS Code version: Code 1.76.1 (5e805b79fcb6ba4c2d23712967df89a089da575b, 2023-03-08T16:32:00.131Z)
OS version: Windows_NT x64 10.0.22621
Modes:
Sandboxed: No

System Info
Item Value
CPUs Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz (8 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Load (avg) undefined
Memory (System) 7.84GB (1.64GB free)
Process Argv --crash-reporter-id 04a3fdc3-ae93-45db-9799-d75ce165575a
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
pythonvspyl392:30443607
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
vscorecescf:30445987
pythondataviewer:30285071
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
cmake_vspar411:30581797
vsaa593cf:30376535
pythonvs932:30410667
cppdebug:30492333
vscaac:30438847
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30681850
azure-dev_surveyone:30548225
vscccc:30610679
pyindex848:30662994
nodejswelcome1cf:30587006
282f8724:30602487
pyind779:30671433
f6dab269:30613381
pythonsymbol12:30671437
6233i204:30672705
vsccsb:30677849
pythonb192cf:30669361
defaultazurewalk:30687958
pythonms35cf:30686773

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Mar 18, 2023
@karrtikr
Copy link

What happens if you use the following instead?
image

Please provide the debug logs, set python.logging.level to debug in User settings, reload window, then perform the steps to reproduce before providing the logs.

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

XXX

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Mar 18, 2023
@Your-Trash-kid
Copy link
Author

Your-Trash-kid commented Mar 18, 2023

yes so I'm not able to provide debug logs at this moment in time but I will do tomorrow, all though I can say that nothing happens and the only run option that worked for me was the interactive run button.

@karrtikr karrtikr added info-needed Issue requires more information from poster and removed info-needed Issue requires more information from poster labels Mar 19, 2023
@Your-Trash-kid
Copy link
Author

Hello @karrtikr i have your debug logs but as i said previously the run button dose not work at all therefore getting no logs so this is the best i could find when using the only run button that works (Run in Interactive window).
image

@karrtikr
Copy link

karrtikr commented Mar 19, 2023

I would need the full logs as asked earlier, when running Python file using the play icon.

@Your-Trash-kid
Copy link
Author

As mentioned earlier the run button dose not work therefore no logs

@karrtikr karrtikr removed the info-needed Issue requires more information from poster label Mar 19, 2023
@karrtikr
Copy link

Can you send a screenshot of the Python output channel?

Make sure to open a Python file and wait for extension to activate, before using the run button.

@karrtikr
Copy link

karrtikr commented Mar 20, 2023

For example:
image

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Mar 20, 2023
@Your-Trash-kid
Copy link
Author

Your-Trash-kid commented Mar 20, 2023

Here are my output logs as shown below

User Output logs


Experiment 'pythonPromptNewToolsExt' is active
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2023-2-20 16:26:53.676]: [
  'Display locator refreshing progress, Class name = f, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2023-2-20 16:26:53.751]: Searching for conda.
[DEBUG 2023-2-20 16:26:53.757]: Probing conda binary: conda
[DEBUG 2023-2-20 16:26:53.978]: Needed to validate C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe with latest info
[DEBUG 2023-2-20 16:26:53.978]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:53.981]: Needed to validate C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe with latest info
[DEBUG 2023-2-20 16:26:53.981]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:54.94]: Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\littl\\AppData\\Roaming",
    "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\LOCAL\\crashpad_9440_GXQETFONWDONPIPU",
    "COMPUTERNAME": "OLIVERS-LAPTOP",
    "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\\littl",
    "LOCALAPPDATA": "C:\\Users\\littl\\AppData\\Local",
    "LOGONSERVER": "\\\\OLIVERS-LAPTOP",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "OneDrive": "C:\\Users\\littl\\OneDrive",
    "OneDriveConsumer": "C:\\Users\\littl\\OneDrive",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "9e0d",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "PUBLIC": "C:\\Users\\Public",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "QT_SCALE_FACTOR_ROUNDING_POLICY": "RoundPreferFloor",
    "SESSIONNAME": "Console",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\WINDOWS",
    "TEMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
    "USERDOMAIN": "OLIVERS-LAPTOP",
    "USERDOMAIN_ROAMINGPROFILE": "OLIVERS-LAPTOP",
    "USERNAME": "littl",
    "USERPROFILE": "C:\\Users\\littl",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\littl\\AppData\\Roaming\\Code\\CachedData\\ee2b180d582a7f601fa6ecfdad8d9fd269ab1884",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\23b4f0adac8f696c06a069bb078a38b6-1.76.2-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "9440",
    "asl.log": "Destination=file",
    "windir": "C:\\WINDOWS",
    "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\heroku\\bin;C:\\Users\\littl\\AppData\\Local\\spicetify;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
}
> conda info --json
[DEBUG 2023-2-20 16:26:54.103]: 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:478:16)
	at process.processTicksAndRejections (node:internal/process/task_queues:83:21)] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn conda',
  path: 'conda',
  spawnargs: [ 'info', '--json' ]
}
[DEBUG 2023-2-20 16:26:54.106]: Couldn't locate the state binary.
[DEBUG 2023-2-20 16:26:54.106]: Needed to validate C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe with latest info
[DEBUG 2023-2-20 16:26:54.107]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
Python interpreter path: ~\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:54.108]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:26:54.108]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:54.109]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:55.264]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:26:55.265]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:55.265]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:55.664]: Extension unknown accessed onDidChangeActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-20 16:26:55.665]: Extension unknown accessed onDidChangeEnvironments with args: undefined
[DEBUG 2023-2-20 16:26:55.667]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-20 16:26:55.667]: Extension unknown accessed resolveEnvironment with args: {"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe"}
[DEBUG 2023-2-20 16:26:55.668]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:26:55.669]: Extension unknown accessed getActiveEnvironmentPath with args: undefined
[DEBUG 2023-2-20 16:26:55.670]: Extension unknown accessed resolveEnvironment with args: {"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe"}
[DEBUG 2023-2-20 16:26:55.944]: Activation Commands received undefined for shell cmd
[INFO 2023-2-20 16:26:55.944]: [
  'getActivatedEnvironmentVariables, Class name = k, completed in 1957ms, has a falsy return value, Arg 1: undefined, Arg 2: {"id":"C:\\\\USERS\\\\LITTL\\\\APPDATA\\\\LOCAL\\\\PROGRAMS\\\\PYTHON\\\\PYTHON311\\\\PYTHON.EXE","sysPrefix":"C:\\\\Users\\\\littl\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python311","displayPath":"c:\\\\Users\\\\littl\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python311\\\\python.exe","envName":"","displayName":"","envType":"Unknown","version":{"major":3,"minor":11,"patch":2,"raw":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"path":"c:\\\\Users\\\\littl\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python311\\\\python.exe"}, Arg 3: false'
]
[INFO 2023-2-20 16:26:59.107]: [
  'Starting language server, Class name = p, completed in 3838ms, has a falsy return value, , Return Value: undefined'
]
Starting Pylance language server.
[DEBUG 2023-2-20 16:26:59.115]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:26:59.117]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:59.117]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:59.118]: [object Object]. Shell identified as undefined 
[DEBUG 2023-2-20 16:26:59.119]: Shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe', base path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell'
[DEBUG 2023-2-20 16:26:59.119]: Shell path identified as shell 'powershell'
[DEBUG 2023-2-20 16:26:59.119]: Terminal shell path 'C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe' identified as shell 'powershell'
[DEBUG 2023-2-20 16:26:59.120]: [object Object]. Shell identified as powershell 
[DEBUG 2023-2-20 16:26:59.121]: Shell identified as 'powershell'
[ERROR 2023-2-20 16:26:59.123]: sendStartupTelemetry() failed. [TypeError: Cannot read properties of undefined (reading 'uri')
	at m (c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\out\client\extension.js:2:697508)
	at t.sendStartupTelemetry (c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\out\client\extension.js:2:698495)]
[DEBUG 2023-2-20 16:26:59.204]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:26:59.205]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:59.205]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:26:59.215]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:26:59.216]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:26:59.216]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:27:5.977]: Couldn't locate the conda binary.
[DEBUG 2023-2-20 16:27:5.977]: Couldn't locate the conda binary.
> ~\AppData\Local\Programs\Python\Python310\python.exe -I ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py
[DEBUG 2023-2-20 16:27:5.995]: Shell Exec: C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe -I c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py with options: {
    "timeout": 15000,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\littl\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\LOCAL\\crashpad_9440_GXQETFONWDONPIPU",
        "COMPUTERNAME": "OLIVERS-LAPTOP",
        "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\\littl",
        "LOCALAPPDATA": "C:\\Users\\littl\\AppData\\Local",
        "LOGONSERVER": "\\\\OLIVERS-LAPTOP",
        "NUMBER_OF_PROCESSORS": "8",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "OneDrive": "C:\\Users\\littl\\OneDrive",
        "OneDriveConsumer": "C:\\Users\\littl\\OneDrive",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "9e0d",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
        "PUBLIC": "C:\\Users\\Public",
        "ProgramData": "C:\\ProgramData",
        "ProgramFiles": "C:\\Program Files",
        "ProgramFiles(x86)": "C:\\Program Files (x86)",
        "ProgramW6432": "C:\\Program Files",
        "QT_SCALE_FACTOR_ROUNDING_POLICY": "RoundPreferFloor",
        "SESSIONNAME": "Console",
        "SystemDrive": "C:",
        "SystemRoot": "C:\\WINDOWS",
        "TEMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
        "USERDOMAIN": "OLIVERS-LAPTOP",
        "USERDOMAIN_ROAMINGPROFILE": "OLIVERS-LAPTOP",
        "USERNAME": "littl",
        "USERPROFILE": "C:\\Users\\littl",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\littl\\AppData\\Roaming\\Code\\CachedData\\ee2b180d582a7f601fa6ecfdad8d9fd269ab1884",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\23b4f0adac8f696c06a069bb078a38b6-1.76.2-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "9440",
        "asl.log": "Destination=file",
        "windir": "C:\\WINDOWS",
        "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\heroku\\bin;C:\\Users\\littl\\AppData\\Local\\spicetify;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
> ~\AppData\Local\Programs\Python\Python311\python.exe -I ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py
[DEBUG 2023-2-20 16:27:6.63]: Shell Exec: C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe -I c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py with options: {
    "timeout": 15000,
    "encoding": "utf8",
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\littl\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\LOCAL\\crashpad_9440_GXQETFONWDONPIPU",
        "COMPUTERNAME": "OLIVERS-LAPTOP",
        "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\\littl",
        "LOCALAPPDATA": "C:\\Users\\littl\\AppData\\Local",
        "LOGONSERVER": "\\\\OLIVERS-LAPTOP",
        "NUMBER_OF_PROCESSORS": "8",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "OneDrive": "C:\\Users\\littl\\OneDrive",
        "OneDriveConsumer": "C:\\Users\\littl\\OneDrive",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 158 Stepping 13, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "9e0d",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
        "PUBLIC": "C:\\Users\\Public",
        "ProgramData": "C:\\ProgramData",
        "ProgramFiles": "C:\\Program Files",
        "ProgramFiles(x86)": "C:\\Program Files (x86)",
        "ProgramW6432": "C:\\Program Files",
        "QT_SCALE_FACTOR_ROUNDING_POLICY": "RoundPreferFloor",
        "SESSIONNAME": "Console",
        "SystemDrive": "C:",
        "SystemRoot": "C:\\WINDOWS",
        "TEMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\littl\\AppData\\Local\\Temp",
        "USERDOMAIN": "OLIVERS-LAPTOP",
        "USERDOMAIN_ROAMINGPROFILE": "OLIVERS-LAPTOP",
        "USERNAME": "littl",
        "USERPROFILE": "C:\\Users\\littl",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\littl\\AppData\\Roaming\\Code\\CachedData\\ee2b180d582a7f601fa6ecfdad8d9fd269ab1884",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\23b4f0adac8f696c06a069bb078a38b6-1.76.2-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "9440",
        "asl.log": "Destination=file",
        "windir": "C:\\WINDOWS",
        "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\heroku\\bin;C:\\Users\\littl\\AppData\\Local\\spicetify;C:\\Users\\littl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\littl\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    }
}
[INFO 2023-2-20 16:27:7.853]: Found interpreter for >> C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe -I c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py <<: {"versionInfo":[3,10,0,"final",0],"sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310","sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]","is64Bit":true}
[INFO 2023-2-20 16:27:8.246]: Found interpreter for >> C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe -I c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\get_output_via_markers.py c:\Users\littl\.vscode\extensions\ms-python.python-2023.4.1\pythonFiles\interpreterInfo.py <<: {"versionInfo":[3,11,2,"final",0],"sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]","is64Bit":true}
[INFO 2023-2-20 16:27:8.250]: Environments added to cache [{"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310","ctime":1636649683979,"mtime":1633374762000},"display":"Python 3.10.0 64-bit","version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.10 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","detailedDisplayName":"Python 3.10.0 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}]
[INFO 2023-2-20 16:27:8.251]: [
  'Hide locator refreshing progress, Class name = f, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2023-2-20 16:27:8.253]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:27:8.253]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:27:8.255]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:27:8.255]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:27:8.265]: Needed to validate C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe with latest info
[DEBUG 2023-2-20 16:27:8.265]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310","ctime":1636649683979,"mtime":1633374762000},"display":"Python 3.10.0 64-bit","version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.10 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","detailedDisplayName":"Python 3.10.0 64-bit"}
[DEBUG 2023-2-20 16:27:8.276]: Needed to validate C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe with latest info
[DEBUG 2023-2-20 16:27:8.276]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python310\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310","ctime":1636649683979,"mtime":1633374762000},"display":"Python 3.10.0 64-bit","version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.10 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","detailedDisplayName":"Python 3.10.0 64-bit"}
[DEBUG 2023-2-20 16:27:8.361]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-20 16:27:8.361]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.362]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.362]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.362]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/littl/AppData/Local/Programs/Python/Python310/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310"},"version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE"}
[DEBUG 2023-2-20 16:27:8.363]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/littl/AppData/Local/Programs/Python/Python311/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311"},"version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE"}
[DEBUG 2023-2-20 16:27:8.363]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-20 16:27:8.364]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.364]: Extension unknown accessed refreshEnvironments with args: undefined
[DEBUG 2023-2-20 16:27:8.364]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.365]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.365]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.365]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310\\python.exe","id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/littl/AppData/Local/Programs/Python/Python310/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python310"},"version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON310\\PYTHON.EXE"}
[DEBUG 2023-2-20 16:27:8.373]: Extension unknown accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/littl/AppData/Local/Programs/Python/Python311/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311"},"version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"tools":[]},"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE"}
[DEBUG 2023-2-20 16:27:8.373]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:8.377]: Extension unknown accessed known with args: undefined
[DEBUG 2023-2-20 16:27:34.481]: Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
[DEBUG 2023-2-20 16:27:34.481]: Found cached env for C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe
[DEBUG 2023-2-20 16:27:34.482]: Resolved C:\Users\littl\AppData\Local\Programs\Python\Python311\python.exe from cache: {"name":"","location":"","kind":"global-other","executable":{"filename":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe","sysPrefix":"C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311","ctime":1677921539415,"mtime":1675788904000},"display":"Python 3.11.2 64-bit","version":{"major":3,"minor":11,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)]"},"arch":3,"distro":{"org":"PythonCore","defaultDisplayName":"Python 3.11 (64-bit)"},"source":["windows registry"],"id":"C:\\USERS\\LITTL\\APPDATA\\LOCAL\\PROGRAMS\\PYTHON\\PYTHON311\\PYTHON.EXE","detailedDisplayName":"Python 3.11.2 64-bit"}
[DEBUG 2023-2-20 16:27:34.482]: Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="C:\\Users\\littl\\AppData\\Local\\Programs\\Python\\Python311\\python.exe"

@karrtikr karrtikr removed the info-needed Issue requires more information from poster label Mar 20, 2023
@Your-Trash-kid
Copy link
Author

Any update @karrtikr?

@Your-Trash-kid
Copy link
Author

Ermm @karrtikr any updates?

@karrtikr
Copy link

Sorry, no updates for now. Note we investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority. Thanks for understanding and the patience!

@karrtikr karrtikr added the area-environments Features relating to handling interpreter environments label Mar 27, 2023
@JonKsander1984
Copy link

ok good program

@Your-Trash-kid
Copy link
Author

Ok cool thanks @karrtikr but it is also not just me other of my mates have the same problem

@karrtikr
Copy link

Please ask them to leave a comment here with the logs and we'll be happy to take a look.

@Your-Trash-kid
Copy link
Author

any updates? @karrtikr

@Your-Trash-kid
Copy link
Author

Whole month 🤨🤨🤨

@karrtikr
Copy link

karrtikr commented May 7, 2023

Sorry, waiting for more users as noted earlier.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label May 8, 2023
karrtikr pushed a commit that referenced this issue May 9, 2023
Could fix #20874 based
on error trace.
@karrtikr
Copy link

karrtikr commented May 9, 2023

I've created #21203 which could possibly fix your issue.
Fix should be out in the pre-release version of the extension, use the following to try it out:

image

eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this issue May 12, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2023
wesm pushed a commit to posit-dev/positron that referenced this issue Mar 28, 2024
…on release 2023.10.0

Merge pull request #122 from posit-dev/merge/2023.10.0

Merging upstream vscode-python release 2023.10.0
--------------------
Commit message for posit-dev/positron-python@fc0926f:

Add typings to get updated EnvironmentVariableCollection API

--------------------
Commit message for posit-dev/positron-python@8c11f29:

Merge remote-tracking branch 'upstream/release/2023.10'

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

Update version and readme for release (posit-dev/positron-python#21388)

Co-authored-by: Soojin (Min) Choi <minsa110@gmail.com>
--------------------
Commit message for microsoft/vscode-python@ad9c899:

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


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

fix bug so canceling debug works in rewrite (microsoft/vscode-python#21361)

fixes microsoft/vscode-python#21336
--------------------
Commit message for microsoft/vscode-python@be829b3:

Unittest for large workspaces (microsoft/vscode-python#21351)

follows the same steps as making pytest compatible with large workspaces
with many tests. Now test_ids are sent over a port as a json instead of
in the exec function which can hit a cap on # of characters. Should fix
microsoft/vscode-python#21339.
--------------------
Commit message for microsoft/vscode-python@cd76ee1:

add pythonTestAdapter to experiment enum (microsoft/vscode-python#21357)

allow people to opt in and out of the pythonTestAdapter rewrite via the
settings `python.experiment.optInto` or `python.experiment.optOutfrom`
--------------------
Commit message for microsoft/vscode-python@dbd0b73:

adding extra log messages for rewrite debugging (microsoft/vscode-python#21352)

These logs print errors and other bits of information which will be
helpful for debugging workflows of users where we need to get
information such as args or which step in the process they got to.
--------------------
Commit message for microsoft/vscode-python@d968b8c:

Dont show command for button trigger in command pallet (microsoft/vscode-python#21350)

Fixes microsoft/vscode-python#21322
--------------------
Commit message for microsoft/vscode-python@e9a8dd5:

remove duplicates from test_ids array (microsoft/vscode-python#21347)

this will partially remediate
microsoft/vscode-python#21339 in regards to
the duplicate IDs being run.
--------------------
Commit message for microsoft/vscode-python@f148139:

allow pytest tests to handle multiple payloads (microsoft/vscode-python#21301)

As part of the switch to allow for dynamic run- the pytest discovery and
execution tests are now switched to be take lists of dicts where the
dicts are the payloads.
--------------------
Commit message for microsoft/vscode-python@c213491:

Apply environment variables after shell initialization scripts are run in `pythonTerminalEnvVarActivation` experiment (microsoft/vscode-python#21290)

For microsoft/vscode-python#11039 microsoft/vscode-python#20822
Closes microsoft/vscode-python#21297

Update proposed APIs to be used in Terminal activation experiment.
--------------------
Commit message for microsoft/vscode-python@72f7ef8:

Set up testing rewrite experiment (microsoft/vscode-python#21258)

is the beginning of this issue:
microsoft/vscode-python#21150, in that it will
start the process of implementing the setting in the extension
--------------------
Commit message for microsoft/vscode-python@4109228:

fix debugging with new pytest run script (microsoft/vscode-python#21299)

fix debugging for run_pytest_script.py setup
--------------------
Commit message for microsoft/vscode-python@b916981:

remove unneeded multiroot code (microsoft/vscode-python#21295)

removed extra steps to wrap data since this creates duplicate folders in
the controller and only keeps the most recent instead of all the roots
from different workspaces.
--------------------
Commit message for microsoft/vscode-python@e2a9cec:

allow large scale testing (microsoft/vscode-python#21269)

allows new testing rewrite to handle 500+ tests and load and run these
tests. High limit tested was 10,000 tests.
--------------------
Commit message for microsoft/vscode-python@f2f5fe2:

Check config type in the ChildProcessAttachEvents (microsoft/vscode-python#21272)


--------------------
Commit message for microsoft/vscode-python@4b4e5b7:

Update pyright version (microsoft/vscode-python#21296)

Fix error in tests, updating pyright version
--------------------
Commit message for microsoft/vscode-python@c9a7268:

Revert "Remove hack to check the vscode version" (microsoft/vscode-python#21294)

Reverts microsoft/vscode-python#21180
For microsoft/vscode-python#20769
--------------------
Commit message for microsoft/vscode-python@a74f1d1:

Detect installed packages in the selected environment (microsoft/vscode-python#21231)

Fixes microsoft/vscode-python#21140
--------------------
Commit message for microsoft/vscode-python@b0ebc9b:

Enable debug pytest (microsoft/vscode-python#21228)

fixes microsoft/vscode-python#21147

---------

Co-authored-by: Aidos Kanapyanov <65722512+aidoskanapyanov@users.noreply.github.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@be9662f:

revert testing to using socket (microsoft/vscode-python#21242)

switch back to using a socket instead of an output file for use in the
plugin communication during testing. This should work now that we
resolved the issue with python path for windows.
--------------------
Commit message for microsoft/vscode-python@b4a47bb:

Add reload flag on fastApi provider (microsoft/vscode-python#21241)


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

Add option for pyenv interpreters when creating environments with venv (microsoft/vscode-python#21219)

Resolves microsoft/vscode-python#20881 .

Testing:

Behaves as expected when testing with Extension Development Host:


![image](https://github.com/microsoft/vscode-python/assets/30149293/d114d9ab-f2d8-4273-877b-d7dd030cfe76)
--------------------
Commit message for microsoft/vscode-python@b3d43e5:

Do not open "save as" window when running existing Python files (microsoft/vscode-python#21232)

Closes microsoft/vscode-python#21209
--------------------
Commit message for microsoft/vscode-python@b0da28c:

Remove IS_WINDOWS constant in favor of PlatformService (microsoft/vscode-python#21157)

Solves partially microsoft/vscode-python#8542
--------------------
Commit message for microsoft/vscode-python@0c4fa40:

Change name of command to run Python files in separate terminals (microsoft/vscode-python#21229)

Closes microsoft/vscode-python#14094
--------------------
Commit message for microsoft/vscode-python@1533818:

Added option to run multiple Python files in separate terminals (microsoft/vscode-python#21223)

Closes microsoft/vscode-python#21215
microsoft/vscode-python#14094

Added the option to assign a dedicated terminal for each Python file:


![image](https://github.com/microsoft/vscode-python/assets/13199757/b01248e4-c826-4de0-b15f-cde959965e68)
--------------------
Commit message for microsoft/vscode-python@eb9fde3:

Add `createEnvironment.contentButton` setting (microsoft/vscode-python#21212)

Closes microsoft/vscode-python#20982

---------

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

Add logging when interpreter path changes (microsoft/vscode-python#21210)

For microsoft/vscode-python#21208
--------------------
Commit message for microsoft/vscode-python@8d291f7:

Disable "snippets" expansion in Jedi LSP (microsoft/vscode-python#21194)

This brings the Jedi based completion experience in line with that
provided by Pylance. Completions now insert only the current symbol
rather than assuming that the user wants to e.g: call that symbol.

This means for example that completing `max` will insert just `max`
rather `max(arg1, arg2)`. While for this case this may be seen as less
useful, it means that insertions in places where a call is not desired
(such as imports and typing contexts) will not be forced to manually
remove the parentheses and template arguments which might otherwise be
inserted.

Users can still use the signature support UI to explore signatures and
of course insertion of an opening parenthesis will still insert a
closing one.

Hopefully this new configuration will be preferable to a majority of
users.

I've done some light testing to check that this disables the described
additional completion, however I'm not massively familiar with JediLSP
so I'm not sure what other behaviours this will disable.

Fixes microsoft/vscode-python#15858
--------------------
Commit message for microsoft/vscode-python@a85eb3b:

Fix startup telemetry issue (microsoft/vscode-python#21203)

Could fix microsoft/vscode-python#20874 based
on error trace.
--------------------
Commit message for microsoft/vscode-python@17daae4:

Open separate Python terminals when running different Python files (microsoft/vscode-python#21202)

Closes microsoft/vscode-python#21097
Closes microsoft/vscode-python#14094
--------------------
Commit message for microsoft/vscode-python@f0253e5:

Use actions from `vscode-github-triage-actions` in all Python automations (microsoft/vscode-python#21178)


--------------------
Commit message for microsoft/vscode-python@678f70d:

Remove hack to check the vscode version (microsoft/vscode-python#21180)

Closed: microsoft/vscode-python#20769
--------------------
Commit message for microsoft/vscode-python@6bdada0:

Use `saveEditor` proposed API for running untitled Python files (microsoft/vscode-python#21183)

Closes microsoft/vscode-python#21182

Lead-authored-by: Eleanor Boyd <eleanorboyd@microsoft.com>
Co-authored-by: Peter Law <PeterJCLaw@gmail.com>
Co-authored-by: Carlos Piña Martinez <carlospinamartinezdm@gmail.com>
Co-authored-by: Jonathan Rayner <jonathan.j.rayner@gmail.com>
Co-authored-by: Pete Farland <pete.farland@posit.co>
Co-authored-by: paulacamargo25 <paulitacv25@gmail.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Signed-off-by: GitHub <noreply@github.com>
wesm pushed a commit to posit-dev/positron that referenced this issue Mar 28, 2024
…on release 2023.10.0

Merge pull request #122 from posit-dev/merge/2023.10.0

Merging upstream vscode-python release 2023.10.0
--------------------
Commit message for posit-dev/positron-python@fc0926f:

Add typings to get updated EnvironmentVariableCollection API

--------------------
Commit message for posit-dev/positron-python@8c11f29:

Merge remote-tracking branch 'upstream/release/2023.10'

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

Update version and readme for release (posit-dev/positron-python#21388)

Co-authored-by: Soojin (Min) Choi <minsa110@gmail.com>
--------------------
Commit message for microsoft/vscode-python@ad9c899:

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


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

fix bug so canceling debug works in rewrite (microsoft/vscode-python#21361)

fixes microsoft/vscode-python#21336
--------------------
Commit message for microsoft/vscode-python@be829b3:

Unittest for large workspaces (microsoft/vscode-python#21351)

follows the same steps as making pytest compatible with large workspaces
with many tests. Now test_ids are sent over a port as a json instead of
in the exec function which can hit a cap on # of characters. Should fix
microsoft/vscode-python#21339.
--------------------
Commit message for microsoft/vscode-python@cd76ee1:

add pythonTestAdapter to experiment enum (microsoft/vscode-python#21357)

allow people to opt in and out of the pythonTestAdapter rewrite via the
settings `python.experiment.optInto` or `python.experiment.optOutfrom`
--------------------
Commit message for microsoft/vscode-python@dbd0b73:

adding extra log messages for rewrite debugging (microsoft/vscode-python#21352)

These logs print errors and other bits of information which will be
helpful for debugging workflows of users where we need to get
information such as args or which step in the process they got to.
--------------------
Commit message for microsoft/vscode-python@d968b8c:

Dont show command for button trigger in command pallet (microsoft/vscode-python#21350)

Fixes microsoft/vscode-python#21322
--------------------
Commit message for microsoft/vscode-python@e9a8dd5:

remove duplicates from test_ids array (microsoft/vscode-python#21347)

this will partially remediate
microsoft/vscode-python#21339 in regards to
the duplicate IDs being run.
--------------------
Commit message for microsoft/vscode-python@f148139:

allow pytest tests to handle multiple payloads (microsoft/vscode-python#21301)

As part of the switch to allow for dynamic run- the pytest discovery and
execution tests are now switched to be take lists of dicts where the
dicts are the payloads.
--------------------
Commit message for microsoft/vscode-python@c213491:

Apply environment variables after shell initialization scripts are run in `pythonTerminalEnvVarActivation` experiment (microsoft/vscode-python#21290)

For microsoft/vscode-python#11039 microsoft/vscode-python#20822
Closes microsoft/vscode-python#21297

Update proposed APIs to be used in Terminal activation experiment.
--------------------
Commit message for microsoft/vscode-python@72f7ef8:

Set up testing rewrite experiment (microsoft/vscode-python#21258)

is the beginning of this issue:
microsoft/vscode-python#21150, in that it will
start the process of implementing the setting in the extension
--------------------
Commit message for microsoft/vscode-python@4109228:

fix debugging with new pytest run script (microsoft/vscode-python#21299)

fix debugging for run_pytest_script.py setup
--------------------
Commit message for microsoft/vscode-python@b916981:

remove unneeded multiroot code (microsoft/vscode-python#21295)

removed extra steps to wrap data since this creates duplicate folders in
the controller and only keeps the most recent instead of all the roots
from different workspaces.
--------------------
Commit message for microsoft/vscode-python@e2a9cec:

allow large scale testing (microsoft/vscode-python#21269)

allows new testing rewrite to handle 500+ tests and load and run these
tests. High limit tested was 10,000 tests.
--------------------
Commit message for microsoft/vscode-python@f2f5fe2:

Check config type in the ChildProcessAttachEvents (microsoft/vscode-python#21272)


--------------------
Commit message for microsoft/vscode-python@4b4e5b7:

Update pyright version (microsoft/vscode-python#21296)

Fix error in tests, updating pyright version
--------------------
Commit message for microsoft/vscode-python@c9a7268:

Revert "Remove hack to check the vscode version" (microsoft/vscode-python#21294)

Reverts microsoft/vscode-python#21180
For microsoft/vscode-python#20769
--------------------
Commit message for microsoft/vscode-python@a74f1d1:

Detect installed packages in the selected environment (microsoft/vscode-python#21231)

Fixes microsoft/vscode-python#21140
--------------------
Commit message for microsoft/vscode-python@b0ebc9b:

Enable debug pytest (microsoft/vscode-python#21228)

fixes microsoft/vscode-python#21147

---------

Co-authored-by: Aidos Kanapyanov <65722512+aidoskanapyanov@users.noreply.github.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
--------------------
Commit message for microsoft/vscode-python@be9662f:

revert testing to using socket (microsoft/vscode-python#21242)

switch back to using a socket instead of an output file for use in the
plugin communication during testing. This should work now that we
resolved the issue with python path for windows.
--------------------
Commit message for microsoft/vscode-python@b4a47bb:

Add reload flag on fastApi provider (microsoft/vscode-python#21241)


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

Add option for pyenv interpreters when creating environments with venv (microsoft/vscode-python#21219)

Resolves microsoft/vscode-python#20881 .

Testing:

Behaves as expected when testing with Extension Development Host:


![image](https://github.com/microsoft/vscode-python/assets/30149293/d114d9ab-f2d8-4273-877b-d7dd030cfe76)
--------------------
Commit message for microsoft/vscode-python@b3d43e5:

Do not open "save as" window when running existing Python files (microsoft/vscode-python#21232)

Closes microsoft/vscode-python#21209
--------------------
Commit message for microsoft/vscode-python@b0da28c:

Remove IS_WINDOWS constant in favor of PlatformService (microsoft/vscode-python#21157)

Solves partially microsoft/vscode-python#8542
--------------------
Commit message for microsoft/vscode-python@0c4fa40:

Change name of command to run Python files in separate terminals (microsoft/vscode-python#21229)

Closes microsoft/vscode-python#14094
--------------------
Commit message for microsoft/vscode-python@1533818:

Added option to run multiple Python files in separate terminals (microsoft/vscode-python#21223)

Closes microsoft/vscode-python#21215
microsoft/vscode-python#14094

Added the option to assign a dedicated terminal for each Python file:


![image](https://github.com/microsoft/vscode-python/assets/13199757/b01248e4-c826-4de0-b15f-cde959965e68)
--------------------
Commit message for microsoft/vscode-python@eb9fde3:

Add `createEnvironment.contentButton` setting (microsoft/vscode-python#21212)

Closes microsoft/vscode-python#20982

---------

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

Add logging when interpreter path changes (microsoft/vscode-python#21210)

For microsoft/vscode-python#21208
--------------------
Commit message for microsoft/vscode-python@8d291f7:

Disable "snippets" expansion in Jedi LSP (microsoft/vscode-python#21194)

This brings the Jedi based completion experience in line with that
provided by Pylance. Completions now insert only the current symbol
rather than assuming that the user wants to e.g: call that symbol.

This means for example that completing `max` will insert just `max`
rather `max(arg1, arg2)`. While for this case this may be seen as less
useful, it means that insertions in places where a call is not desired
(such as imports and typing contexts) will not be forced to manually
remove the parentheses and template arguments which might otherwise be
inserted.

Users can still use the signature support UI to explore signatures and
of course insertion of an opening parenthesis will still insert a
closing one.

Hopefully this new configuration will be preferable to a majority of
users.

I've done some light testing to check that this disables the described
additional completion, however I'm not massively familiar with JediLSP
so I'm not sure what other behaviours this will disable.

Fixes microsoft/vscode-python#15858
--------------------
Commit message for microsoft/vscode-python@a85eb3b:

Fix startup telemetry issue (microsoft/vscode-python#21203)

Could fix microsoft/vscode-python#20874 based
on error trace.
--------------------
Commit message for microsoft/vscode-python@17daae4:

Open separate Python terminals when running different Python files (microsoft/vscode-python#21202)

Closes microsoft/vscode-python#21097
Closes microsoft/vscode-python#14094
--------------------
Commit message for microsoft/vscode-python@f0253e5:

Use actions from `vscode-github-triage-actions` in all Python automations (microsoft/vscode-python#21178)


--------------------
Commit message for microsoft/vscode-python@678f70d:

Remove hack to check the vscode version (microsoft/vscode-python#21180)

Closed: microsoft/vscode-python#20769
--------------------
Commit message for microsoft/vscode-python@6bdada0:

Use `saveEditor` proposed API for running untitled Python files (microsoft/vscode-python#21183)

Closes microsoft/vscode-python#21182

Lead-authored-by: Eleanor Boyd <eleanorboyd@microsoft.com>
Co-authored-by: Peter Law <PeterJCLaw@gmail.com>
Co-authored-by: Carlos Piña Martinez <carlospinamartinezdm@gmail.com>
Co-authored-by: Jonathan Rayner <jonathan.j.rayner@gmail.com>
Co-authored-by: Pete Farland <pete.farland@posit.co>
Co-authored-by: paulacamargo25 <paulitacv25@gmail.com>
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Signed-off-by: GitHub <noreply@github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants