-
Notifications
You must be signed in to change notification settings - Fork 30
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
This error pops up at output when the sidebar switches to python
2025-03-21 18:52:13.789 [info] Starting Python Locator D:\scoop\apps\vscode\1.98.2\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\python-env-tools\bin\pet.exe server
2025-03-21 18:52:13.789 [info] Using conda from settings: D:\scoop\apps\miniconda3\current\scripts\conda.exe
2025-03-21 18:52:13.789 [info] Conda not found, turning off conda features. TypeError: Cannot read properties of undefined (reading 'filePath')
at D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:273856
at Array.find (<anonymous>)
at t.getCallingExtension (D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:273842)
at h (D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:304750)
at t.PythonEnvironmentManagers.registerEnvironmentManager (D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:305670)
at f.registerEnvironmentManager (D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:322280)
at t.registerCondaFeatures (D:\scoop\persist\vscode\data\extensions\ms-python.vscode-python-envs-0.3.10731009-win32-x64\dist\extension.js:2:446391)
at async Promise.all (index 1)
Run which conda
D:/scoop/apps/miniconda3/current/scripts/conda.exe
Run where conda
where conda
D:\scoop\apps\miniconda3\current\condabin\conda.bat
D:\scoop\apps\miniconda3\current\Scripts\conda.exe
D:\scoop\apps\miniconda3\current\Library\bin\conda.bat
Run conda env list
# conda environments:
#
D:\scoop\apps\miniconda3\25.1.1-2
base D:\scoop\apps\miniconda3\current
py310 D:\scoop\apps\miniconda3\current\envs\py310
py34 D:\scoop\apps\miniconda3\current\envs\py34
py38 D:\scoop\apps\miniconda3\current\envs\py38
vscode settings
{
...
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.terminal.showActivateButton": true,
"python.condaPath": "D:\\scoop\\apps\\miniconda3\\current\\scripts\\conda.exe"
}
ms-python.python: 2025.2.0
ms-python.vscode-python-envs: 0.3.10731009
os: Windows11
vscode: 1.98.2
RLThomaz
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded