Closed ScottWilliamAnderson closed 10 months ago
This results in the additional downstream issue of the debugger not activating the correct virtual environment before it runs the debug command requested, as the new terminal only has the base venv activated
Is there a way I can explicitly force the preferred interpreter to auto activate in bash integrated terminals for each repository? I'd be happy to do that as a workaround if the current method isn't working
@karrtikr Is there any additional information I can provide which might help?
Many thanks
Python extension does not support Git bash, please switch to using Powershell or command prompt on Windows. You can use the following command: 'Select default profile'.
Understood, thank you.
Type: Bug
Behaviour
In a python repository, you can select your intepreter with ctrl+shift+p > Select Interpreter, and VScode "should" run python using that python executable. I have miniconda installed on my machine. I had set up my settings such that when I open a new integrated terminal (my default is a git bash terminal), vscode would automatically activate the selected conda interpreter. I did not have conda added to my PATH variables, as advised by conda. So vscode would summon and activate the conda intepreter with the full filepath of the selected venv. Now recently, VSCode did not activate the virtual environment at all when I opened a new terminal. Instead, it showed a orange triangle next to the terminal name, and the following popup appeared:
First of all, moving my mouse away from the yellow triangle and onto the popup is inconsistent: the popup dissapears 75% of the time. I am very careful with my mouse movement, but I more often than not I had to use shift tab+enter to select the blue text and press them. Either way, the setting does not work. Simply nothing happens when Relaunch terminal is pressed.
As a workaround, given I need to keep working and none of the existing SO or github issues have a solution that has worked, I added conda to my windows PATH (eugh), so at least I could manually activate the necessary environment for each repository I work on when I open the integrated bash terminal. Now the behaviour has changed, the base environment is activated every time I open a new integrated bash terminal. Strangely, VSCode tries to gaslight me that the selected interpreter is actually activate regardless of what my eyes read. when running conda info, indeed the base venv is activated and not the requested selected interpreter:
But this is what I see:
I have tried playing with various settings to see if I can change the behaviour (I can't), and iteratively removing paths to python executables to figure out which one is responsible. Unfortunately none of them change the behaviour.
"python.defaultInterpreterPath": "C:\Users\Username\miniconda3\Scripts\conda.exe"
"python.condaPath": "C:/Users/Username/miniconda3/Scripts/conda.exe"
"python.terminal.activateEnvInCurrentTerminal": true
"python.terminal.activateEnvironment": true
I don't see a setting that stores the selected intepreter, else I would place the correct conda python executable for the selected interpreter there.
Expected vs. Actual
Expect VScode to conda activate selectedInterpreterName every time a new integrated bash terminal is opened, but it does not.
Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)``` 2024-01-13 10:39:00.677 [info] Experiment 'pythonaa' is active 2024-01-13 10:39:00.677 [info] Experiment 'pythonRecommendTensorboardExtcf' is active 2024-01-13 10:39:00.677 [info] Experiment 'pythonREPLSmartSend' is active 2024-01-13 10:39:00.677 [info] Experiment 'pythonSurveyNotification' is active 2024-01-13 10:39:00.677 [info] Experiment 'pythonTerminalEnvVarActivation' is active 2024-01-13 10:39:00.677 [info] Experiment 'pythonTestAdapter' is active 2024-01-13 10:39:00.677 [info] Default formatter is set to ms-python.python for workspace c:\Users\Username\Source\waterfall 2024-01-13 10:39:00.678 [error] The setting "editor.defaultFormatter" for Python is set to "ms-python.python" which is deprecated. 2024-01-13 10:39:00.678 [error] Formatting features have been moved to separate formatter extensions. 2024-01-13 10:39:00.678 [error] See here for more information: https://code.visualstudio.com/docs/python/formatting 2024-01-13 10:39:00.678 [error] Please install the formatter extension you prefer and set it as the default formatter. 2024-01-13 10:39:00.678 [error] For `autopep8` use: https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8 2024-01-13 10:39:00.678 [error] For `black` use: https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter 2024-01-13 10:39:00.678 [error] For `yapf` use: https://marketplace.visualstudio.com/items?itemName=eeyore.yapf 2024-01-13 10:39:00.678 [info] Test server listening. 2024-01-13 10:39:00.678 [info] Python interpreter path: ~\miniconda3\envs\waterfall\python.exe 2024-01-13 10:39:01.279 [info] Send text to terminal: echo C:\Users\Username\AppData\Local\Programs\Git\bin\bash.exe 2024-01-13 10:39:01.819 [info] > ~/miniconda3/Scripts/conda.exe info --json 2024-01-13 10:39:04.859 [info] Shell integration is not working for bash 2024-01-13 10:39:04.863 [warning] Shell integration is not active, environment activated maybe overriden by the shell. 2024-01-13 10:39:06.386 [info] Starting Pylance language server. 2024-01-13 10:39:08.712 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py 2024-01-13 10:39:08.712 [info] shell: commandPrompt 2024-01-13 10:39:12.129 [info] > C:\Python312\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:12.185 [info] > ~\miniconda3\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:12.546 [info] > ~\miniconda3\envs\abide_app\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:12.857 [info] > ~\miniconda3\envs\abide_site\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:13.198 [info] > ~\miniconda3\envs\bain-morgana-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:13.395 [info] > ~\miniconda3\envs\captiq\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:13.856 [info] > ~\miniconda3\envs\chetwood-castor-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:13.904 [info] > ~\miniconda3\envs\django-snippets\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.472 [info] > ~\miniconda3\envs\fc-backbook-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.497 [info] > ~\miniconda3\envs\funding-circle-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.703 [info] > ~\miniconda3\envs\magnetar-leopard-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.714 [info] > ~\miniconda3\envs\medvida-largo-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.852 [info] > ~\miniconda3\envs\medvida-santorini-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:14.863 [info] > ~\miniconda3\envs\medvida_pinsapo_portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.052 [info] > ~\miniconda3\envs\popmon\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.071 [info] > ~\miniconda3\envs\project-shift\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.303 [info] > ~\miniconda3\envs\reporting-taxonomy\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.390 [info] > ~\miniconda3\envs\ssp_cbils_django\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.574 [info] > ~\miniconda3\envs\uss-knight-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.645 [info] > ~\miniconda3\envs\uss-rhino-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.764 [info] > ~\miniconda3\envs\waterfall\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:15.826 [info] > ~\miniconda3\envs\widows-otium-portfolio\python.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:39:45.060 [info] Discover tests for workspace name: undefined - uri: c:\Users\Username\AppData\Roaming\Code\User\settings.json 2024-01-13 10:39:51.165 [info] Discover tests for workspace name: undefined - uri: c:\Users\Username\AppData\Roaming\Code\User\settings.json 2024-01-13 10:40:45.605 [info] Discover tests for workspace name: undefined - uri: c:\Users\Username\AppData\Roaming\Code\User\settings.json 2024-01-13 10:43:11.844 [info] Discover tests for workspace name: waterfall - uri: c:\Users\Username\Source\waterfall 2024-01-13 10:43:11.848 [info] > ~/miniconda3/Scripts/conda.exe info --json 2024-01-13 10:43:11.848 [info] shell: bash 2024-01-13 10:43:12.061 [warning] Identifier for virt-virtualenv failed to identify c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe" [Error: ENOENT: no such file or directory, scandir 'c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts'] { errno: -4058, code: 'ENOENT', syscall: 'scandir', path: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts' } 2024-01-13 10:43:12.194 [info] > .\"~\miniconda3\Scripts\conda.exe" -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py 2024-01-13 10:43:12.429 [error] Error: Command failed: c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe" -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py The filename, directory name, or volume label syntax is incorrect. at ChildProcess.exithandler (node:child_process:431:12) at ChildProcess.emit (node:events:525:35) at maybeClose (node:internal/child_process:1091:16) at Socket. (node:internal/child_process:449:11)
at Socket.emit (node:events:513:28)
at Pipe. (node:net:322:12) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe" -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:14.439 [info] > .\"~\miniconda3\Scripts\conda.exe" -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:14.667 [warning] Identifier for virt-virtualenv failed to identify c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe [Error: ENOENT: no such file or directory, scandir 'c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts'] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts'
}
2024-01-13 10:43:14.693 [info] > .\"~\miniconda3\Scripts\conda.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:14.931 [error] Error: Command failed: c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe" -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
The filename, directory name, or volume label syntax is incorrect.
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe" -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:14.995 [error] Error: Command failed: c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
The system cannot find the path specified.
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:17.007 [info] > .\"~\miniconda3\Scripts\conda.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:17.042 [error] Error: Command failed: c:\Users\Username\Source\waterfall\"C:\Users\Username\miniconda3\Scripts\conda.exe -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
The system cannot find the path specified.
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\"C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:18.433 [warning] Identifier for virt-virtualenv failed to identify c:\Users\Username\Source\waterfall\":\Users\Username\miniconda3\Scripts\conda.exe [Error: ENOENT: no such file or directory, scandir 'c:\Users\Username\Source\waterfall\":\Users\Username\miniconda3\Scripts'] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: 'c:\\Users\\Username\\Source\\waterfall\\":\\Users\\Username\\miniconda3\\Scripts'
}
2024-01-13 10:43:18.479 [info] > .\":\Users\Username\miniconda3\Scripts\conda.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:18.617 [error] Error: Command failed: c:\Users\Username\Source\waterfall\":\Users\Username\miniconda3\Scripts\conda.exe -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
The system cannot find the path specified.
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\":\\Users\\Username\\miniconda3\\Scripts\\conda.exe -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:20.445 [info] > ~\miniconda3\Scripts\conda.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:20.734 [info] > .\":\Users\Username\miniconda3\Scripts\conda.exe -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:20.775 [error] Error: Command failed: c:\Users\Username\Source\waterfall\":\Users\Username\miniconda3\Scripts\conda.exe -I c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
The system cannot find the path specified.
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 1,
killed: false,
signal: null,
cmd: 'c:\\Users\\Username\\Source\\waterfall\\":\\Users\\Username\\miniconda3\\Scripts\\conda.exe -I c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\interpreterInfo.py'
}
2024-01-13 10:43:21.301 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 10:43:21.301 [info] shell: bash
2024-01-13 10:43:22.811 [info] > ~/miniconda3/Scripts/conda.exe info --json
2024-01-13 10:43:24.834 [error] getActivatedEnvironmentVariables Error: Command failed: C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
python: can't open file 'C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\UsersUsername.vscodeextensionsms-python.python-2023.22.1pythonFilesget_output_via_markers.py': [Errno 2] No such file or directory
ERROR conda.cli.main_run:execute(47): `conda run python c:UsersUsername.vscodeextensionsms-python.python-2023.22.1pythonFilesget_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py` failed. (See above for error)
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 2,
killed: false,
signal: null,
cmd: 'C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py'
}
2024-01-13 10:43:24.839 [info] > ~/miniconda3/Scripts/conda.exe info --json
2024-01-13 10:43:24.839 [info] shell: commandPrompt
2024-01-13 10:43:26.928 [info] > ~/miniconda3/Scripts/conda.exe run -n base --no-capture-output python -I ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\interpreterInfo.py
2024-01-13 10:43:29.612 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 10:43:29.612 [info] shell: commandPrompt
2024-01-13 10:43:33.096 [info] > C:\Python312\python.exe ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 10:43:33.096 [info] shell: commandPrompt
2024-01-13 11:04:03.866 [info] Experiment 'pythonaa' is active
2024-01-13 11:04:03.866 [info] Experiment 'pythonRecommendTensorboardExtcf' is active
2024-01-13 11:04:03.866 [info] Experiment 'pythonREPLSmartSend' is active
2024-01-13 11:04:03.866 [info] Experiment 'pythonSurveyNotification' is active
2024-01-13 11:04:03.866 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-01-13 11:04:03.866 [info] Experiment 'pythonTestAdapter' is active
2024-01-13 11:04:03.866 [debug] Getting roots
2024-01-13 11:04:03.866 [debug] Getting roots
2024-01-13 11:04:03.866 [debug] Found roots
2024-01-13 11:04:03.866 [debug] Start watching file for changes C:\Users\Username\.conda\environments.txt
2024-01-13 11:04:03.866 [debug] Start watching: C:\Users\Username\.conda with pattern environments.txt using VSCode API
2024-01-13 11:04:03.866 [debug] Found roots
2024-01-13 11:04:03.866 [debug] Start watching root c:\Users\Username\Source\waterfall for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2024-01-13 11:04:03.866 [debug] Start watching: c:\Users\Username\Source\waterfall with pattern python.exe using VSCode API
2024-01-13 11:04:03.866 [debug] Start watching: c:\Users\Username\Source\waterfall with pattern */python.exe using VSCode API
2024-01-13 11:04:03.866 [debug] Start watching: c:\Users\Username\Source\waterfall with pattern */Scripts/python.exe using VSCode API
2024-01-13 11:04:03.866 [info] Default formatter is set to ms-python.python for workspace c:\Users\Username\Source\waterfall
2024-01-13 11:04:03.866 [error] The setting "editor.defaultFormatter" for Python is set to "ms-python.python" which is deprecated.
2024-01-13 11:04:03.866 [error] Formatting features have been moved to separate formatter extensions.
2024-01-13 11:04:03.866 [error] See here for more information: https://code.visualstudio.com/docs/python/formatting
2024-01-13 11:04:03.866 [error] Please install the formatter extension you prefer and set it as the default formatter.
2024-01-13 11:04:03.866 [error] For `autopep8` use: https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8
2024-01-13 11:04:03.866 [error] For `black` use: https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter
2024-01-13 11:04:03.866 [error] For `yapf` use: https://marketplace.visualstudio.com/items?itemName=eeyore.yapf
2024-01-13 11:04:03.866 [debug] Waiting for test server to start...
2024-01-13 11:04:03.866 [debug] VS Code was not launched from the command line
2024-01-13 11:04:03.868 [info] Test server listening.
2024-01-13 11:04:03.868 [debug] Test server started.
2024-01-13 11:04:03.868 [debug] Testing: Setting up watcher for c:\Users\Username\Source\waterfall
2024-01-13 11:04:03.869 [debug] Needed to validate C:\Users\Username\miniconda3\envs\waterfall\python.exe with latest info
2024-01-13 11:04:03.869 [info] Python interpreter path: ~\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:03.870 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.259 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.259 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.259 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.265 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.265 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.300 [debug] Needed to validate C:\Users\Username\miniconda3\python.exe with latest info
2024-01-13 11:04:05.301 [debug] Needed to validate C:\Users\Username\miniconda3\envs\bain-morgana-portfolio\python.exe with latest info
2024-01-13 11:04:05.302 [debug] Needed to validate C:\Users\Username\miniconda3\envs\medvida-largo-portfolio\python.exe with latest info
2024-01-13 11:04:05.302 [debug] Needed to validate C:\Users\Username\miniconda3\envs\magnetar-leopard-portfolio\python.exe with latest info
2024-01-13 11:04:05.303 [debug] Needed to validate C:\Users\Username\miniconda3\envs\abide_site\python.exe with latest info
2024-01-13 11:04:05.304 [debug] Needed to validate C:\Users\Username\miniconda3\envs\uss-rhino-portfolio\python.exe with latest info
2024-01-13 11:04:05.305 [debug] Needed to validate C:\Users\Username\miniconda3\envs\captiq\python.exe with latest info
2024-01-13 11:04:05.305 [debug] Needed to validate C:\Users\Username\miniconda3\envs\ssp_cbils_django\python.exe with latest info
2024-01-13 11:04:05.306 [debug] Needed to validate C:\Users\Username\miniconda3\envs\project-shift\python.exe with latest info
2024-01-13 11:04:05.306 [debug] Needed to validate C:\Users\Username\miniconda3\envs\abide_app\python.exe with latest info
2024-01-13 11:04:05.307 [debug] Needed to validate C:\Users\Username\miniconda3\envs\widows-otium-portfolio\python.exe with latest info
2024-01-13 11:04:05.307 [debug] Needed to validate C:\Users\Username\miniconda3\envs\uss-knight-portfolio\python.exe with latest info
2024-01-13 11:04:05.308 [debug] Needed to validate C:\Users\Username\miniconda3\envs\fc-backbook-portfolio\python.exe with latest info
2024-01-13 11:04:05.308 [debug] Needed to validate C:\Users\Username\miniconda3\envs\funding-circle-portfolio\python.exe with latest info
2024-01-13 11:04:05.309 [debug] Needed to validate C:\Users\Username\miniconda3\envs\medvida-santorini-portfolio\python.exe with latest info
2024-01-13 11:04:05.311 [debug] Needed to validate C:\Users\Username\miniconda3\envs\django-snippets\python.exe with latest info
2024-01-13 11:04:05.312 [debug] Needed to validate C:\Users\Username\miniconda3\envs\chetwood-castor-portfolio\python.exe with latest info
2024-01-13 11:04:05.313 [debug] Needed to validate C:\Users\Username\miniconda3\envs\reporting-taxonomy\python.exe with latest info
2024-01-13 11:04:05.314 [debug] Needed to validate C:\Python312\python.exe with latest info
2024-01-13 11:04:05.314 [debug] Needed to validate C:\Users\Username\miniconda3\envs\popmon\python.exe with latest info
2024-01-13 11:04:05.315 [debug] Needed to validate C:\Users\Username\miniconda3\envs\medvida_pinsapo_portfolio\python.exe with latest info
2024-01-13 11:04:05.315 [debug] Needed to validate C:\Users\Username\miniconda3\Scripts\conda.exe with latest info
2024-01-13 11:04:05.416 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.417 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.417 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.419 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.420 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.420 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:05.924 [info] Send text to terminal: echo C:\Users\Username\AppData\Local\Programs\Git\bin\bash.exe
2024-01-13 11:04:05.931 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:06.342 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2024-01-13 11:04:06.348 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-01-13 11:04:06.351 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2024-01-13 11:04:06.353 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-01-13 11:04:06.354 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2024-01-13 11:04:06.356 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-01-13 11:04:06.357 [debug] Extension ms-toolsai.jupyter accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.360 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-01-13 11:04:06.362 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2024-01-13 11:04:06.366 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-01-13 11:04:06.368 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\bain-morgana-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\BAIN-MORGANA-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/bain-morgana-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\bain-morgana-portfolio"},"environment":{"type":"Conda","name":"bain-morgana-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/bain-morgana-portfolio","scheme":"file"}},"version":{"major":3,"minor":11,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.11.0 | packaged by Anaconda, Inc. | (main, Mar 1 2023, 18:18:21) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\BAIN-MORGANA-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.370 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3","scheme":"file"}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\PYTHON.EXE"}
2024-01-13 11:04:06.372 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\medvida-largo-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA-LARGO-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida-largo-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\medvida-largo-portfolio"},"environment":{"type":"Conda","name":"medvida-largo-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida-largo-portfolio","scheme":"file"}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 | packaged by Anaconda, Inc. | (main, Mar 8 2023, 10:42:25) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA-LARGO-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.373 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\magnetar-leopard-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MAGNETAR-LEOPARD-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/magnetar-leopard-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\magnetar-leopard-portfolio"},"environment":{"type":"Conda","name":"magnetar-leopard-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/magnetar-leopard-portfolio","scheme":"file"}},"version":{"major":3,"minor":10,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.10.0 | packaged by conda-forge | (default, Nov 10 2021, 13:20:59) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MAGNETAR-LEOPARD-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.376 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\abide_site\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\ABIDE_SITE\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/abide_site/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\abide_site"},"environment":{"type":"Conda","name":"abide_site","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/abide_site","scheme":"file"}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 | packaged by Anaconda, Inc. | (main, Mar 8 2023, 10:42:25) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\ABIDE_SITE\\PYTHON.EXE"}
2024-01-13 11:04:06.380 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\uss-rhino-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\USS-RHINO-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/uss-rhino-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\uss-rhino-portfolio"},"environment":{"type":"Conda","name":"uss-rhino-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/uss-rhino-portfolio","scheme":"file"}},"version":{"major":3,"minor":10,"micro":11,"release":{"level":"final","serial":0},"sysVersion":"3.10.11 | packaged by Anaconda, Inc. | (main, May 16 2023, 00:55:32) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\USS-RHINO-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.382 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\ssp_cbils_django\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\SSP_CBILS_DJANGO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/ssp_cbils_django/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\ssp_cbils_django"},"environment":{"type":"Conda","name":"ssp_cbils_django","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/ssp_cbils_django","scheme":"file"}},"version":{"major":3,"minor":10,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.10.10 | packaged by Anaconda, Inc. | (main, Mar 21 2023, 18:39:17) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\SSP_CBILS_DJANGO\\PYTHON.EXE"}
2024-01-13 11:04:06.383 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\captiq\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\CAPTIQ\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/captiq/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\captiq"},"environment":{"type":"Conda","name":"captiq","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/captiq","scheme":"file"}},"version":{"major":3,"minor":11,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.11.0 | packaged by Anaconda, Inc. | (main, Mar 1 2023, 18:18:21) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\CAPTIQ\\PYTHON.EXE"}
2024-01-13 11:04:06.385 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\project-shift\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\PROJECT-SHIFT\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/project-shift/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\project-shift"},"environment":{"type":"Conda","name":"project-shift","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/project-shift","scheme":"file"}},"version":{"major":3,"minor":10,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.10.10 | packaged by Anaconda, Inc. | (main, Mar 21 2023, 18:39:17) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\PROJECT-SHIFT\\PYTHON.EXE"}
2024-01-13 11:04:06.387 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\abide_app\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\ABIDE_APP\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/abide_app/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\abide_app"},"environment":{"type":"Conda","name":"abide_app","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/abide_app","scheme":"file"}},"version":{"major":3,"minor":10,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.10.10 | packaged by Anaconda, Inc. | (main, Mar 21 2023, 18:39:17) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\ABIDE_APP\\PYTHON.EXE"}
2024-01-13 11:04:06.392 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\widows-otium-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WIDOWS-OTIUM-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/widows-otium-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\widows-otium-portfolio"},"environment":{"type":"Conda","name":"widows-otium-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/widows-otium-portfolio","scheme":"file"}},"version":{"major":3,"minor":10,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.10.10 | packaged by Anaconda, Inc. | (main, Mar 21 2023, 18:39:17) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WIDOWS-OTIUM-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.394 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\uss-knight-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\USS-KNIGHT-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/uss-knight-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\uss-knight-portfolio"},"environment":{"type":"Conda","name":"uss-knight-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/uss-knight-portfolio","scheme":"file"}},"version":{"major":3,"minor":11,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.11.0 | packaged by Anaconda, Inc. | (main, Mar 1 2023, 18:18:21) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\USS-KNIGHT-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.400 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\fc-backbook-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\FC-BACKBOOK-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/fc-backbook-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\fc-backbook-portfolio"},"environment":{"type":"Conda","name":"fc-backbook-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/fc-backbook-portfolio","scheme":"file"}},"version":{"major":3,"minor":11,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.11.0 | packaged by Anaconda, Inc. | (main, Mar 1 2023, 18:18:21) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\FC-BACKBOOK-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.402 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\funding-circle-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\FUNDING-CIRCLE-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/funding-circle-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\funding-circle-portfolio"},"environment":{"type":"Conda","name":"funding-circle-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/funding-circle-portfolio","scheme":"file"}},"version":{"major":3,"minor":11,"micro":3,"release":{"level":"final","serial":0},"sysVersion":"3.11.3 | packaged by Anaconda, Inc. | (main, Apr 19 2023, 23:46:34) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\FUNDING-CIRCLE-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.403 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\medvida-santorini-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA-SANTORINI-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida-santorini-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\medvida-santorini-portfolio"},"environment":{"type":"Conda","name":"medvida-santorini-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida-santorini-portfolio","scheme":"file"}},"version":{"major":3,"minor":11,"micro":3,"release":{"level":"final","serial":0},"sysVersion":"3.11.3 | packaged by Anaconda, Inc. | (main, Apr 19 2023, 23:46:34) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA-SANTORINI-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.405 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\django-snippets\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\DJANGO-SNIPPETS\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/django-snippets/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\django-snippets"},"environment":{"type":"Conda","name":"django-snippets","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/django-snippets","scheme":"file"}},"version":{"major":3,"minor":10,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.10.12 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 19:01:18) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\DJANGO-SNIPPETS\\PYTHON.EXE"}
2024-01-13 11:04:06.407 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\chetwood-castor-portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\CHETWOOD-CASTOR-PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/chetwood-castor-portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\chetwood-castor-portfolio"},"environment":{"type":"Conda","name":"chetwood-castor-portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/chetwood-castor-portfolio","scheme":"file"}},"version":{"major":3,"minor":10,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.10.12 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 19:01:18) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\CHETWOOD-CASTOR-PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.409 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\popmon\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\POPMON\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/popmon/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\popmon"},"environment":{"type":"Conda","name":"popmon","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/popmon","scheme":"file"}},"version":{"major":3,"minor":12,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.12.0 | packaged by Anaconda, Inc. | (main, Oct 2 2023, 17:20:38) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\POPMON\\PYTHON.EXE"}
2024-01-13 11:04:06.411 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\reporting-taxonomy\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\REPORTING-TAXONOMY\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/reporting-taxonomy/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\reporting-taxonomy"},"environment":{"type":"Conda","name":"reporting-taxonomy","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/reporting-taxonomy","scheme":"file"}},"version":{"major":3,"minor":11,"micro":4,"release":{"level":"final","serial":0},"sysVersion":"3.11.4 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 13:47:18) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\REPORTING-TAXONOMY\\PYTHON.EXE"}
2024-01-13 11:04:06.413 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Python312\\python.exe","id":"C:\\PYTHON312\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Python312/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Python312"},"version":{"major":3,"minor":12,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]"},"tools":[]},"id":"C:\\PYTHON312\\PYTHON.EXE"}
2024-01-13 11:04:06.415 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\medvida_pinsapo_portfolio\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA_PINSAPO_PORTFOLIO\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida_pinsapo_portfolio/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\medvida_pinsapo_portfolio"},"environment":{"type":"Conda","name":"medvida_pinsapo_portfolio","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/medvida_pinsapo_portfolio","scheme":"file"}},"version":{"major":3,"minor":12,"micro":0,"release":{"level":"final","serial":0},"sysVersion":"3.12.0 | packaged by Anaconda, Inc. | (main, Oct 2 2023, 17:20:38) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\MEDVIDA_PINSAPO_PORTFOLIO\\PYTHON.EXE"}
2024-01-13 11:04:06.416 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe","_sep":1,"path":"/C:/Users/Username/miniconda3/envs/waterfall/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\waterfall"},"environment":{"type":"Conda","name":"waterfall","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/waterfall","scheme":"file"}},"version":{"major":3,"minor":11,"micro":7,"release":{"level":"final","serial":0},"sysVersion":"3.11.7 | packaged by Anaconda, Inc. | (main, Dec 15 2023, 18:05:47) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE"}
2024-01-13 11:04:06.418 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe","id":"C:\\USERS\\Username\\MINICONDA3\\SCRIPTS\\CONDA.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/Scripts/conda.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3","scheme":"file"}},"version":{"major":3,"minor":10,"micro":9,"release":{"level":"final","serial":0},"sysVersion":"3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\SCRIPTS\\CONDA.EXE"}
2024-01-13 11:04:06.419 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.421 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.431 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.433 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.434 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.436 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.437 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-01-13 11:04:06.438 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe","id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe","_sep":1,"path":"/C:/Users/Username/miniconda3/envs/waterfall/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\Username\\miniconda3\\envs\\waterfall"},"environment":{"type":"Conda","name":"waterfall","folderUri":{"$mid":1,"path":"/C:/Users/Username/miniconda3/envs/waterfall","scheme":"file"}},"version":{"major":3,"minor":11,"micro":7,"release":{"level":"final","serial":0},"sysVersion":"3.11.7 | packaged by Anaconda, Inc. | (main, Dec 15 2023, 18:05:47) [MSC v.1916 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE"}
2024-01-13 11:04:06.440 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2024-01-13 11:04:06.483 [debug] Extension ms-python.autopep8 accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.486 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2024-01-13 11:04:06.486 [debug] Extension ms-python.autopep8 accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.487 [debug] Extension ms-python.autopep8 accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.489 [debug] Extension ms-python.autopep8 accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.489 [debug] Extension ms-python.isort accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.493 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.498 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.499 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.501 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.502 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.504 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.531 [debug] Searching for conda.
2024-01-13 11:04:06.568 [debug] Probing conda binary: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:06.575 [debug] Extension ms-python.autopep8 accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:06.578 [debug] Extension ms-python.autopep8 accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.581 [debug] Extension ms-python.autopep8 accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:06.621 [debug] Dump environment variables {
"ALLUSERSPROFILE": "C:\\ProgramData",
"APPDATA": "C:\\Users\\Username\\AppData\\Roaming",
"APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
"CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_14988_RNYLVVRSQZATBFSQ",
"COMPUTERNAME": "5SIGMA-SCOTT",
"CONDA_BAT": "C:\\Users\\Username\\miniconda3\\condabin\\conda.bat",
"CONDA_EXE": "C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe",
"CONDA_SHLVL": "0",
"EFC_10684": "1",
"ELECTRON_NO_ATTACH_CONSOLE": "1",
"ELECTRON_RUN_AS_NODE": "1",
"FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
"FPS_BROWSER_USER_PROFILE_STRING": "Default",
"HOMEDRIVE": "C:",
"HOMEPATH": "\\Users\\Username",
"LOCALAPPDATA": "C:\\Users\\Username\\AppData\\Local",
"LOGONSERVER": "\\\\5SIGMA-SCOTT",
"NUMBER_OF_PROCESSORS": "8",
"NVM_HOME": "C:\\Users\\Username\\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",
"PROCESSOR_ARCHITECTURE": "AMD64",
"PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 140 Stepping 1, GenuineIntel",
"PROCESSOR_LEVEL": "6",
"PROCESSOR_REVISION": "8c01",
"PROMPT": "$P$G",
"PUBLIC": "C:\\Users\\Public",
"SESSIONNAME": "Console",
"TEMP": "C:\\Users\\SCOTTA~1\\AppData\\Local\\Temp",
"TMP": "C:\\Users\\SCOTTA~1\\AppData\\Local\\Temp",
"USERDOMAIN": "AzureAD",
"USERDOMAIN_ROAMINGPROFILE": "AzureAD",
"USERNAME": "Username",
"USERPROFILE": "C:\\Users\\Username",
"VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
"VSCODE_CLI": "1",
"VSCODE_CODE_CACHE_PATH": "C:\\Users\\Username\\AppData\\Roaming\\Code\\CachedData\\0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2",
"VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
"VSCODE_CWD": "C:\\Program Files\\PowerToys",
"VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
"VSCODE_IPC_HOOK": "\\\\.\\pipe\\ca4cb8a99d5c15405bec3d043aec47b5-1.85.1-main-sock",
"VSCODE_L10N_BUNDLE_LOCATION": "",
"VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-gb\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
"VSCODE_PID": "14988",
"ZES_ENABLE_SYSMAN": "1",
"ChocolateyInstall": "C:\\ProgramData\\chocolatey",
"ChocolateyLastPathUpdate": "133287931048766255",
"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\\Username\\OneDrive - Company",
"OneDriveCommercial": "C:\\Users\\Username\\OneDrive - Company",
"PSModulePath": "%ProgramFiles%\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
"ProgramData": "C:\\ProgramData",
"ProgramFiles": "C:\\Program Files",
"ProgramFiles(x86)": "C:\\Program Files (x86)",
"ProgramW6432": "C:\\Program Files",
"SystemDrive": "C:",
"SystemRoot": "C:\\WINDOWS",
"windir": "C:\\WINDOWS",
"Path": "C:\\Users\\Username\\miniconda3\\condabin;C:\\Python312\\Scripts\\;C:\\Python312\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsPowerShell\\Scripts;C:\\Program Files\\WireGuard\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\Username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\cmd;C:\\Users\\Username\\.dotnet\\tools;C:\\ProgramData\\chocoportable\\bin;C:\\Program Files\\Tesseract-OCR;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\Username\\AppData\\Roaming\\npm;C:\\Users\\Username\\miniconda3;C:\\Users\\Username\\miniconda3\\Scripts"
}
2024-01-13 11:04:06.624 [info] > ~/miniconda3/Scripts/conda.exe info --json
2024-01-13 11:04:06.624 [debug] Worker id 1 for file plainExec.worker.js with data {"file":"C:/Users/Username/miniconda3/Scripts/conda.exe","args":["info","--json"],"options":{"timeout":45000,"useWorker":true}}
2024-01-13 11:04:06.682 [debug] Delay Trigger[Test Configuration Change]: triggered=1, called=1
2024-01-13 11:04:07.268 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2024-01-13 11:04:07.270 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2024-01-13 11:04:10.263 [info] Shell integration is not working for bash
2024-01-13 11:04:10.265 [warning] Shell integration is not active, environment activated maybe overriden by the shell.
2024-01-13 11:04:10.266 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:10.266 [debug] Searching for conda.
2024-01-13 11:04:10.267 [debug] Probing conda binary: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:10.268 [info] > ~/miniconda3/Scripts/conda.exe info --json
2024-01-13 11:04:10.268 [info] shell: bash
2024-01-13 11:04:10.268 [debug] Worker id 2 for file plainExec.worker.js with data {"file":"C:/Users/Username/miniconda3/Scripts/conda.exe","args":["info","--json"],"options":{"timeout":45000,"shell":"C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\bin\\bash.exe","useWorker":true}}
2024-01-13 11:04:10.551 [info] Starting Pylance language server.
2024-01-13 11:04:10.553 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:10.554 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:10.556 [debug] Terminal shell path 'C:\Users\Username\AppData\Local\Programs\Git\bin\bash.exe' identified as shell 'bash'
2024-01-13 11:04:10.556 [debug] Shell identified as bash
2024-01-13 11:04:10.558 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:11.384 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:11.388 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:11.835 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:11.836 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2024-01-13 11:04:11.838 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:11.839 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\Username\\MINICONDA3\\ENVS\\WATERFALL\\PYTHON.EXE","path":"C:\\Users\\Username\\miniconda3\\envs\\waterfall\\python.exe"}
2024-01-13 11:04:11.840 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2024-01-13 11:04:11.896 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:04:12.889 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:04:12.990 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:04:13.048 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:04:13.378 [debug] C:/Users/Username/miniconda3/Scripts/conda.exe info --json: {
"active_prefix": null,
"active_prefix_name": null,
"av_data_dir": "C:\\Users\\Username\\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": "23.1.0",
"conda_location": "C:\\Users\\Username\\miniconda3\\lib\\site-packages\\conda",
"conda_prefix": "C:\\Users\\Username\\miniconda3",
"conda_shlvl": 0,
"conda_version": "23.1.0",
"config_files": [],
"default_prefix": "C:\\Users\\Username\\miniconda3",
"env_vars": {
"CIO_TEST": "",
"CONDA_BAT": "C:\\Users\\Username\\miniconda3\\condabin\\conda.bat",
"CONDA_EXE": "C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe",
"CONDA_ROOT": "C:\\Users\\Username\\miniconda3",
"CONDA_SHLVL": "0",
"CURL_CA_BUNDLE": "",
"HOMEPATH": "\\Users\\Username",
"LD_PRELOAD": "",
"PATH": "C:\\Users\\Username\\miniconda3\\condabin;C:\\Python312\\Scripts\\;C:\\Python312\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsPowerShell\\Scripts;C:\\Program Files\\WireGuard\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\Username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\cmd;C:\\Users\\Username\\.dotnet\\tools;C:\\ProgramData\\chocoportable\\bin;C:\\Program Files\\Tesseract-OCR;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\Username\\AppData\\Roaming\\npm;C:\\Users\\Username\\miniconda3;C:\\Users\\Username\\miniconda3\\Scripts",
"PSMODULEPATH": "%ProgramFiles%\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1",
"REQUESTS_CA_BUNDLE": "",
"SSL_CERT_FILE": "",
"VSCODE_CODE_CACHE_PATH": "C:\\Users\\Username\\AppData\\Roaming\\Code\\CachedData\\0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2"
},
"envs": [
"C:\\Users\\Username\\miniconda3",
"C:\\Users\\Username\\miniconda3\\envs\\abide_app",
"C:\\Users\\Username\\miniconda3\\envs\\abide_site",
"C:\\Users\\Username\\miniconda3\\envs\\bain-morgana-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\captiq",
"C:\\Users\\Username\\miniconda3\\envs\\chetwood-castor-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\django-snippets",
"C:\\Users\\Username\\miniconda3\\envs\\fc-backbook-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\funding-circle-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\magnetar-leopard-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-largo-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-santorini-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida_pinsapo_portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\popmon",
"C:\\Users\\Username\\miniconda3\\envs\\project-shift",
"C:\\Users\\Username\\miniconda3\\envs\\reporting-taxonomy",
"C:\\Users\\Username\\miniconda3\\envs\\ssp_cbils_django",
"C:\\Users\\Username\\miniconda3\\envs\\uss-knight-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\uss-rhino-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\waterfall",
"C:\\Users\\Username\\miniconda3\\envs\\widows-otium-portfolio",
"c:\\Users\\Username\\miniconda3\\envs\\captiq",
"c:\\Users\\Username\\miniconda3\\envs\\waterfall"
],
"envs_dirs": [
"C:\\Users\\Username\\miniconda3\\envs",
"C:\\Users\\Username\\.conda\\envs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\envs"
],
"is_windows_admin": false,
"netrc_file": "C:\\Users\\Username/.netrc",
"offline": false,
"pkgs_dirs": [
"C:\\Users\\Username\\miniconda3\\pkgs",
"C:\\Users\\Username\\.conda\\pkgs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\pkgs"
],
"platform": "win-64",
"python_version": "3.10.9.final.0",
"rc_path": "C:\\Users\\Username\\.condarc",
"requests_version": "2.28.1",
"root_prefix": "C:\\Users\\Username\\miniconda3",
"root_writable": true,
"site_dirs": [],
"sys.executable": "C:\\Users\\Username\\miniconda3\\python.exe",
"sys.prefix": "C:\\Users\\Username\\miniconda3",
"sys.version": "3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]",
"sys_rc_path": "C:\\Users\\Username\\miniconda3\\.condarc",
"user_agent": "conda/23.1.0 requests/2.28.1 CPython/3.10.9 Windows/10 Windows/10.0.22631",
"user_rc_path": "C:\\Users\\Username\\.condarc",
"virtual_pkgs": [
[
"__archspec",
"1",
"x86_64"
],
[
"__cuda",
"12.0",
"0"
],
[
"__win",
"0",
"0"
]
]
}
2024-01-13 11:04:13.379 [debug] Found conda via filesystem probing: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:13.391 [debug] Activating Environment to capture Environment variables, C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:13.391 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:13.391 [info] shell: commandPrompt
2024-01-13 11:04:13.397 [debug] Worker id 1 exited with code 0
2024-01-13 11:04:15.144 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-01-13 11:04:15.146 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:15.146 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:15.827 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-01-13 11:04:17.264 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-01-13 11:04:17.593 [debug] C:/Users/Username/miniconda3/Scripts/conda.exe info --json: {
"active_prefix": null,
"active_prefix_name": null,
"av_data_dir": "C:\\Users\\Username\\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": "23.1.0",
"conda_location": "C:\\Users\\Username\\miniconda3\\lib\\site-packages\\conda",
"conda_prefix": "C:\\Users\\Username\\miniconda3",
"conda_shlvl": 0,
"conda_version": "23.1.0",
"config_files": [],
"default_prefix": "C:\\Users\\Username\\miniconda3",
"env_vars": {
"CIO_TEST": "",
"CONDA_BAT": "C:\\Users\\Username\\miniconda3\\condabin\\conda.bat",
"CONDA_EXE": "C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe",
"CONDA_ROOT": "C:\\Users\\Username\\miniconda3",
"CONDA_SHLVL": "0",
"CURL_CA_BUNDLE": "",
"EXEPATH": "C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\bin",
"HOMEPATH": "\\Users\\Username",
"LD_PRELOAD": "",
"PATH": "C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\mingw64\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\usr\\bin;C:\\Users\\Username\\bin;C:\\Users\\Username\\miniconda3\\condabin;C:\\Python312\\Scripts\\;C:\\Python312\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsPowerShell\\Scripts;C:\\Program Files\\WireGuard\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\Username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\cmd;C:\\Users\\Username\\.dotnet\\tools;C:\\ProgramData\\chocoportable\\bin;C:\\Program Files\\Tesseract-OCR;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\Username\\AppData\\Roaming\\npm;C:\\Users\\Username\\miniconda3;C:\\Users\\Username\\miniconda3\\Scripts",
"PSMODULEPATH": "%ProgramFiles%\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1",
"REQUESTS_CA_BUNDLE": "",
"SSL_CERT_FILE": "",
"VSCODE_CODE_CACHE_PATH": "C:\\Users\\Username\\AppData\\Roaming\\Code\\CachedData\\0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2"
},
"envs": [
"C:\\Users\\Username\\miniconda3",
"C:\\Users\\Username\\miniconda3\\envs\\abide_app",
"C:\\Users\\Username\\miniconda3\\envs\\abide_site",
"C:\\Users\\Username\\miniconda3\\envs\\bain-morgana-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\captiq",
"C:\\Users\\Username\\miniconda3\\envs\\chetwood-castor-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\django-snippets",
"C:\\Users\\Username\\miniconda3\\envs\\fc-backbook-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\funding-circle-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\magnetar-leopard-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-largo-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-santorini-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida_pinsapo_portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\popmon",
"C:\\Users\\Username\\miniconda3\\envs\\project-shift",
"C:\\Users\\Username\\miniconda3\\envs\\reporting-taxonomy",
"C:\\Users\\Username\\miniconda3\\envs\\ssp_cbils_django",
"C:\\Users\\Username\\miniconda3\\envs\\uss-knight-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\uss-rhino-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\waterfall",
"C:\\Users\\Username\\miniconda3\\envs\\widows-otium-portfolio",
"c:\\Users\\Username\\miniconda3\\envs\\captiq",
"c:\\Users\\Username\\miniconda3\\envs\\waterfall"
],
"envs_dirs": [
"C:\\Users\\Username\\miniconda3\\envs",
"C:\\Users\\Username\\.conda\\envs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\envs"
],
"is_windows_admin": false,
"netrc_file": "C:\\Users\\Username/.netrc",
"offline": false,
"pkgs_dirs": [
"C:\\Users\\Username\\miniconda3\\pkgs",
"C:\\Users\\Username\\.conda\\pkgs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\pkgs"
],
"platform": "win-64",
"python_version": "3.10.9.final.0",
"rc_path": "C:\\Users\\Username\\.condarc",
"requests_version": "2.28.1",
"root_prefix": "C:\\Users\\Username\\miniconda3",
"root_writable": true,
"site_dirs": [],
"sys.executable": "C:\\Users\\Username\\miniconda3\\python.exe",
"sys.prefix": "C:\\Users\\Username\\miniconda3",
"sys.version": "3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]",
"sys_rc_path": "C:\\Users\\Username\\miniconda3\\.condarc",
"user_agent": "conda/23.1.0 requests/2.28.1 CPython/3.10.9 Windows/10 Windows/10.0.22631",
"user_rc_path": "C:\\Users\\Username\\.condarc",
"virtual_pkgs": [
[
"__archspec",
"1",
"x86_64"
],
[
"__cuda",
"12.0",
"0"
],
[
"__win",
"0",
"0"
]
]
}
2024-01-13 11:04:17.593 [debug] Found conda via filesystem probing: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:17.599 [debug] Activating Environment to capture Environment variables, C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:17.599 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:17.599 [info] shell: bash
2024-01-13 11:04:17.600 [debug] Worker id 2 exited with code 0
2024-01-13 11:04:20.171 [error] getActivatedEnvironmentVariables Error: Command failed: C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
python: can't open file 'C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\UsersUsername.vscodeextensionsms-python.python-2023.22.1pythonFilesget_output_via_markers.py': [Errno 2] No such file or directory
ERROR conda.cli.main_run:execute(47): `conda run python c:UsersUsername.vscodeextensionsms-python.python-2023.22.1pythonFilesget_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py` failed. (See above for error)
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 2,
killed: false,
signal: null,
cmd: 'C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\\Users\\Username\\.vscode\\extensions\\ms-python.python-2023.22.1\\pythonFiles\\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py'
}
2024-01-13 11:04:20.172 [debug] Activated environment variables for c:\Users\Username\Source\waterfall undefined
2024-01-13 11:04:20.173 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:20.173 [debug] Searching for conda.
2024-01-13 11:04:20.174 [debug] Probing conda binary: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:20.177 [info] > ~/miniconda3/Scripts/conda.exe info --json
2024-01-13 11:04:20.177 [info] shell: commandPrompt
2024-01-13 11:04:20.177 [debug] Worker id 6 for file plainExec.worker.js with data {"file":"C:/Users/Username/miniconda3/Scripts/conda.exe","args":["info","--json"],"options":{"timeout":45000,"shell":"cmd","useWorker":true}}
2024-01-13 11:04:24.816 [debug] C:/Users/Username/miniconda3/Scripts/conda.exe info --json: {
"active_prefix": null,
"active_prefix_name": null,
"av_data_dir": "C:\\Users\\Username\\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": "23.1.0",
"conda_location": "C:\\Users\\Username\\miniconda3\\lib\\site-packages\\conda",
"conda_prefix": "C:\\Users\\Username\\miniconda3",
"conda_shlvl": 0,
"conda_version": "23.1.0",
"config_files": [],
"default_prefix": "C:\\Users\\Username\\miniconda3",
"env_vars": {
"CIO_TEST": "",
"CONDA_BAT": "C:\\Users\\Username\\miniconda3\\condabin\\conda.bat",
"CONDA_EXE": "C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe",
"CONDA_ROOT": "C:\\Users\\Username\\miniconda3",
"CONDA_SHLVL": "0",
"CURL_CA_BUNDLE": "",
"HOMEPATH": "\\Users\\Username",
"LD_PRELOAD": "",
"PATH": "C:\\Users\\Username\\miniconda3\\condabin;C:\\Python312\\Scripts\\;C:\\Python312\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsPowerShell\\Scripts;C:\\Program Files\\WireGuard\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\Docker\\Docker\\resources\\bin;%NVM_HOME%;%NVM_SYMLINK%;C:\\Program Files\\nodejs\\;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\Username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\cmd;C:\\Users\\Username\\.dotnet\\tools;C:\\ProgramData\\chocoportable\\bin;C:\\Program Files\\Tesseract-OCR;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\Username\\AppData\\Roaming\\npm;C:\\Users\\Username\\miniconda3;C:\\Users\\Username\\miniconda3\\Scripts",
"PSMODULEPATH": "%ProgramFiles%\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1",
"REQUESTS_CA_BUNDLE": "",
"SSL_CERT_FILE": "",
"VSCODE_CODE_CACHE_PATH": "C:\\Users\\Username\\AppData\\Roaming\\Code\\CachedData\\0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2"
},
"envs": [
"C:\\Users\\Username\\miniconda3",
"C:\\Users\\Username\\miniconda3\\envs\\abide_app",
"C:\\Users\\Username\\miniconda3\\envs\\abide_site",
"C:\\Users\\Username\\miniconda3\\envs\\bain-morgana-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\captiq",
"C:\\Users\\Username\\miniconda3\\envs\\chetwood-castor-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\django-snippets",
"C:\\Users\\Username\\miniconda3\\envs\\fc-backbook-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\funding-circle-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\magnetar-leopard-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-largo-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida-santorini-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\medvida_pinsapo_portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\popmon",
"C:\\Users\\Username\\miniconda3\\envs\\project-shift",
"C:\\Users\\Username\\miniconda3\\envs\\reporting-taxonomy",
"C:\\Users\\Username\\miniconda3\\envs\\ssp_cbils_django",
"C:\\Users\\Username\\miniconda3\\envs\\uss-knight-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\uss-rhino-portfolio",
"C:\\Users\\Username\\miniconda3\\envs\\waterfall",
"C:\\Users\\Username\\miniconda3\\envs\\widows-otium-portfolio",
"c:\\Users\\Username\\miniconda3\\envs\\captiq",
"c:\\Users\\Username\\miniconda3\\envs\\waterfall"
],
"envs_dirs": [
"C:\\Users\\Username\\miniconda3\\envs",
"C:\\Users\\Username\\.conda\\envs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\envs"
],
"is_windows_admin": false,
"netrc_file": "C:\\Users\\Username/.netrc",
"offline": false,
"pkgs_dirs": [
"C:\\Users\\Username\\miniconda3\\pkgs",
"C:\\Users\\Username\\.conda\\pkgs",
"C:\\Users\\Username\\AppData\\Local\\conda\\conda\\pkgs"
],
"platform": "win-64",
"python_version": "3.10.9.final.0",
"rc_path": "C:\\Users\\Username\\.condarc",
"requests_version": "2.28.1",
"root_prefix": "C:\\Users\\Username\\miniconda3",
"root_writable": true,
"site_dirs": [],
"sys.executable": "C:\\Users\\Username\\miniconda3\\python.exe",
"sys.prefix": "C:\\Users\\Username\\miniconda3",
"sys.version": "3.10.9 | packaged by conda-forge | (main, Jan 11 2023, 15:15:40) [MSC v.1916 64 bit (AMD64)]",
"sys_rc_path": "C:\\Users\\Username\\miniconda3\\.condarc",
"user_agent": "conda/23.1.0 requests/2.28.1 CPython/3.10.9 Windows/10 Windows/10.0.22631",
"user_rc_path": "C:\\Users\\Username\\.condarc",
"virtual_pkgs": [
[
"__archspec",
"1",
"x86_64"
],
[
"__cuda",
"12.0",
"0"
],
[
"__win",
"0",
"0"
]
]
}
2024-01-13 11:04:24.816 [debug] Found conda via filesystem probing: C:/Users/Username/miniconda3/Scripts/conda.exe
2024-01-13 11:04:24.820 [debug] Activating Environment to capture Environment variables, C:/Users/Username/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python c:\Users\Username\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py c:/Users/Username/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:24.820 [info] > ~/miniconda3/Scripts/conda.exe run -n waterfall --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.22.1\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:24.820 [info] shell: commandPrompt
2024-01-13 11:04:24.821 [debug] Worker id 6 exited with code 0
2024-01-13 11:04:27.430 [debug] Activated environment variables for c:\Users\Username\Source\waterfall {
ALLUSERSPROFILE: 'C:\\ProgramData',
APPDATA: 'C:\\Users\\Username\\AppData\\Roaming',
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: '1',
CHOCOLATEYINSTALL: 'C:\\ProgramData\\chocolatey',
CHOCOLATEYLASTPATHUPDATE: '133287931048766255',
CHROME_CRASHPAD_PIPE_NAME: '\\\\.\\pipe\\crashpad_14988_RNYLVVRSQZATBFSQ',
COMMONPROGRAMFILES: 'C:\\Program Files\\Common Files',
'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files',
COMMONPROGRAMW6432: 'C:\\Program Files\\Common Files',
COMPUTERNAME: '5SIGMA-SCOTT',
COMSPEC: 'C:\\WINDOWS\\system32\\cmd.exe',
CONDA_BAT: 'C:\\Users\\Username\\miniconda3\\condabin\\conda.bat',
CONDA_DEFAULT_ENV: 'waterfall',
CONDA_EXE: 'C:\\Users\\Username\\miniconda3\\Scripts\\conda.exe',
CONDA_PREFIX: 'C:\\Users\\Username\\miniconda3\\envs\\waterfall',
CONDA_PROMPT_MODIFIER: '(waterfall) ',
CONDA_PYTHON_EXE: 'C:\\Users\\Username\\miniconda3\\python.exe',
CONDA_SHLVL: '1',
DRIVERDATA: 'C:\\Windows\\System32\\Drivers\\DriverData',
EFC_10684: '1',
ELECTRON_NO_ATTACH_CONSOLE: '1',
ELECTRON_RUN_AS_NODE: '1',
FPS_BROWSER_APP_PROFILE_STRING: 'Internet Explorer',
FPS_BROWSER_USER_PROFILE_STRING: 'Default',
HOMEDRIVE: 'C:',
HOMEPATH: '\\Users\\Username',
LOCALAPPDATA: 'C:\\Users\\Username\\AppData\\Local',
LOGONSERVER: '\\\\5SIGMA-SCOTT',
NUMBER_OF_PROCESSORS: '8',
NVM_HOME: 'C:\\Users\\Username\\AppData\\Roaming\\nvm',
NVM_SYMLINK: 'C:\\Program Files\\nodejs',
ONEDRIVE: 'C:\\Users\\Username\\OneDrive - Company',
ONEDRIVECOMMERCIAL: 'C:\\Users\\Username\\OneDrive - Company',
ORIGINAL_XDG_CURRENT_DESKTOP: 'undefined',
OS: 'Windows_NT',
PATH: 'C:\\Users\\Username\\miniconda3\\envs\\waterfall;C:\\Users\\Username\\miniconda3\\envs\\waterfall\\Library\\mingw-w64\\bin;C:\\Users\\Username\\miniconda3\\envs\\waterfall\\Library\\usr\\bin;C:\\Users\\Username\\miniconda3\\envs\\waterfall\\Library\\bin;C:\\Users\\Username\\miniconda3\\envs\\waterfall\\Scripts;C:\\Users\\Username\\miniconda3\\envs\\waterfall\\bin;C:\\Users\\Username\\miniconda3\\condabin;C:\\Python312\\Scripts;C:\\Python312;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\WINDOWS\\System32\\OpenSSH;C:\\Program Files\\WindowsPowerShell\\Scripts;C:\\Program Files\\WireGuard;C:\\Program Files\\dotnet;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Users\\Username\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\nodejs;C:\\ProgramData\\chocolatey\\bin;C:\\Users\\Username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Username\\AppData\\Local\\Programs\\Git\\cmd;C:\\Users\\Username\\.dotnet\\tools;C:\\ProgramData\\chocoportable\\bin;C:\\Program Files\\Tesseract-OCR;C:\\Users\\Username\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin;C:\\Users\\Username\\AppData\\Roaming\\npm;C:\\Users\\Username\\miniconda3;C:\\Users\\Username\\miniconda3\\Scripts',
PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW',
PROCESSOR_ARCHITECTURE: 'AMD64',
PROCESSOR_IDENTIFIER: 'Intel64 Family 6 Model 140 Stepping 1, GenuineIntel',
PROCESSOR_LEVEL: '6',
PROCESSOR_REVISION: '8c01',
PROGRAMDATA: 'C:\\ProgramData',
PROGRAMFILES: 'C:\\Program Files',
'PROGRAMFILES(X86)': 'C:\\Program Files (x86)',
PROGRAMW6432: 'C:\\Program Files',
PROMPT: '(waterfall) $P$G',
PSMODULEPATH: '%ProgramFiles%\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules',
PUBLIC: 'C:\\Users\\Public',
PYTHONIOENCODING: 'utf-8',
PYTHONUNBUFFERED: '1',
PYTHONUTF8: '1',
SESSIONNAME: 'Console',
SSL_CERT_FILE: 'C:\\Users\\Username\\miniconda3\\envs\\waterfall\\Library\\ssl\\cacert.pem',
SYSTEMDRIVE: 'C:',
SYSTEMROOT: 'C:\\WINDOWS',
TEMP: 'C:\\Users\\SCOTTA~1\\AppData\\Local\\Temp',
TMP: 'C:\\Users\\SCOTTA~1\\AppData\\Local\\Temp',
USERDOMAIN: 'AzureAD',
USERDOMAIN_ROAMINGPROFILE: 'AzureAD',
USERNAME: 'Username',
USERPROFILE: 'C:\\Users\\Username',
VSCODE_AMD_ENTRYPOINT: 'vs/workbench/api/node/extensionHostProcess',
VSCODE_CLI: '1',
VSCODE_CODE_CACHE_PATH: 'C:\\Users\\Username\\AppData\\Roaming\\Code\\CachedData\\0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2',
VSCODE_CRASH_REPORTER_PROCESS_TYPE: 'extensionHost',
VSCODE_CWD: 'C:\\Program Files\\PowerToys',
VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
VSCODE_IPC_HOOK: '\\\\.\\pipe\\ca4cb8a99d5c15405bec3d043aec47b5-1.85.1-main-sock',
VSCODE_NLS_CONFIG: '{"locale":"en-us","osLocale":"en-gb","availableLanguages":{},"_languagePackSupport":true}',
VSCODE_PID: '14988',
WINDIR: 'C:\\WINDOWS',
ZES_ENABLE_SYSMAN: '1',
CONDA_ROOT: 'C:\\Users\\Username\\miniconda3',
_CONDA_OLD_CHCP: '850',
__CONDA_OPENSLL_CERT_FILE_SET: '"1"'
}
2024-01-13 11:04:27.437 [info] > C:\Python312\python.exe ~/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/printEnvVariables.py
2024-01-13 11:04:27.437 [info] shell: commandPrompt
2024-01-13 11:04:27.563 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
2024-01-13 11:04:27.565 [debug] Setting environment variable APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL in collection to 1
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_DEFAULT_ENV in collection to waterfall
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_PREFIX in collection to C:\Users\Username\miniconda3\envs\waterfall
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (waterfall)
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_PYTHON_EXE in collection to C:\Users\Username\miniconda3\python.exe
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_SHLVL in collection to 1
2024-01-13 11:04:27.565 [debug] Prepending environment variable PATH in collection to C:\Users\Username\miniconda3\envs\waterfall;C:\Users\Username\miniconda3\envs\waterfall\Library\mingw-w64\bin;C:\Users\Username\miniconda3\envs\waterfall\Library\usr\bin;C:\Users\Username\miniconda3\envs\waterfall\Library\bin;C:\Users\Username\miniconda3\envs\waterfall\Scripts;C:\Users\Username\miniconda3\envs\waterfall\bin;C:\Users\Username\miniconda3\condabin;C:\Python312\Scripts;C:\Python312;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\WindowsPowerShell\Scripts;C:\Program Files\WireGuard;C:\Program Files\dotnet;C:\Program Files\Docker\Docker\resources\bin;C:\Users\Username\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\nodejs;C:\ProgramData\chocolatey\bin;C:\Users\Username\AppData\Local\Microsoft\WindowsApps;C:\Users\Username\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Username\AppData\Local\Programs\Git\cmd;C:\Users\Username\.dotnet\tools;C:\ProgramData\chocoportable\bin;C:\Program Files\Tesseract-OCR;C:\Users\Username\AppData\Local\Programs\Microsoft VS Code Insiders\bin;C:\Users\Username\AppData\Roaming\npm;C:\Users\Username\miniconda3;C:\Users\Username\miniconda3\Scripts;
2024-01-13 11:04:27.565 [debug] Setting environment variable PROMPT in collection to (waterfall) $P$G
2024-01-13 11:04:27.565 [debug] Setting environment variable SSL_CERT_FILE in collection to C:\Users\Username\miniconda3\envs\waterfall\Library\ssl\cacert.pem
2024-01-13 11:04:27.565 [debug] Setting environment variable CONDA_ROOT in collection to C:\Users\Username\miniconda3
2024-01-13 11:04:27.565 [debug] Setting environment variable _CONDA_OLD_CHCP in collection to 850
2024-01-13 11:04:27.565 [debug] Setting environment variable __CONDA_OPENSLL_CERT_FILE_SET in collection to "1"
2024-01-13 11:07:03.284 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:07:03.341 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:07:04.775 [debug] Clearing context for python dependencies not installed: undefined
2024-01-13 11:07:23.779 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2024-01-13 11:07:23.780 [debug] Found cached env for C:\Users\Username\miniconda3\envs\waterfall\python.exe
```
User Settings
``` condaPath: ""
languageServer: "Pylance"
terminal
• activateEnvironment: false
```
VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z) OS version: Windows_NT x64 10.0.22631 Modes:
System Info
|Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz (8 x 2803)| |GPU Status|2d_canvas: enabledcanvas_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)|15.73GB (6.09GB free)| |Process Argv|--crash-reporter-id b69ac303-a796-47b4-8c13-cd7643b7e5ca| |Screen Reader|no| |VM|0%|
Extensions (82)
Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 Bookmarks|ale|13.4.2 project-manager|ale|12.7.0 vscode-sqlite|ale|0.14.1 All-Autocomplete|Ati|0.0.26 atlascode|atl|3.0.9 markdown-checkbox|bie|0.4.0 cursor-charcode|but|0.9.2 codestream|Cod|15.0.1 gitignore|cod|0.9.0 macros|ctf|1.0.0 python-environment-manager|don|1.2.4 gitlens|eam|14.6.1 code-runner|for|0.12.1 html-preview-vscode|geo|0.2.5 copilot|Git|1.148.0 copilot-chat|Git|0.11.1 vscode-github-actions|git|0.26.2 vscode-pull-request-github|Git|0.78.1 gc-excelviewer|Gra|4.2.58 todo-tree|Gru|0.0.226 vscode-power-mode|hoo|3.0.2 vscode-settings-cycler|hoo|1.0.1 output-colorizer|IBM|0.1.2 easy-snippet|inu|0.7.5 monkey-patch|ioc|0.1.23 vscode-essentials|jab|1.6.0 search-editor-apply-changes|jak|0.1.1 hungry-delete|jas|1.7.0 vscode-text-pastry|jkj|1.3.1 vscode-peacock|joh|4.2.2 vscode-colorize|kam|0.11.1 vscode-format-context-menu|lac|1.0.4 git-tree-compare|let|1.16.0 vsls-whiteboard|los|0.0.12 rainbow-csv|mec|3.11.0 metago|met|4.3.3 MetaJump|met|1.4.4 MetaWord|met|1.3.2 git-graph|mhu|1.30.0 gitignore|mic|1.0.1 vscode-checkpoints|mic|1.3.3 dotenv|mik|1.0.1 selected-character-count|mou|0.0.1 vscode-docker|ms-|1.28.0 vscode-edge-devtools|ms-|2.1.3 autopep8|ms-|2023.8.0 isort|ms-|2023.10.1 python|ms-|2023.22.1 vscode-pylance|ms-|2023.12.1 jupyter|ms-|2023.11.1100101639 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-containers|ms-|0.330.0 remote-wsl|ms-|0.81.8 makefile-tools|ms-|0.8.22 vsliveshare|ms-|1.0.5905 gremlins|nho|0.26.0 autodocstring|njp|0.6.1 explorer-exclude|Pet|1.3.2 polacode|pnp|0.3.4 geo-data-viewer|Ran|2.6.0 vscode-yaml|red|1.14.0 partial-diff|ryu|1.4.3 vscode-open|san|0.1.0 docxreader|Sha|1.1.3 vscode-spotify|shy|3.2.1 vscode-multiclip|sle|0.1.5 rewrap|stk|1.16.3 code-spell-checker|str|3.0.1 control-snippets|svi|1.9.1 snakeviz|til|0.0.2 pdf|tom|1.2.2 indent-one-space|use|1.0.0 enhancedcodachi|van|0.0.6 intellicode-api-usage-examples|Vis|0.2.8 vscodeintellicode|Vis|1.2.30 gistfs|vsl|0.6.0 local-history|xyz|1.8.1 markdown-all-in-one|yzh|3.6.1A/B Experiments
``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 vsclangdf:30486550 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30933248 pythongtdpath:30769146 i26e3531:30792625 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 2e7ec940:30885897 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 ```