Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
On a single remote connection, when using the “Python: Select Interpreter” does not show conda environments. In the Python Environment output, Cursor seems to “see” conda and its environments. When manually setting the interpreter path I get the following errors:
2026-02-20 08:17:31.511 [error] Python Extension: sendTelemetry [TypeError: Cannot read properties of undefined (reading 'map')
at /home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:531749
at Y (/home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:531811)
at t.resolveCondaPath (/home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:533566)
at async t.CondaEnvManager.resolve (/home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:512823)
at async t.handlePythonPath (/home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:282422)
at async p.resolveEnvironment (/home/luis/.cursor-server/extensions/ms-python.vscode-python-envs-1.8.0-universal/dist/extension.js:2:350279)
at async _.resolveEnv (/home/luis/.cursor-server/extensions/ms-python.python-2025.6.1-linux-x64/out/client/extension.js:2:438873)
at async T.getInterpreterInformation (/home/luis/.cursor-server/extensions/ms-python.python-2025.6.1-linux-x64/out/client/extension.js:2:780253)
at async f.sendTelemetry (/home/luis/.cursor-server/extensions/ms-python.python-2025.6.1-linux-x64/out/client/extension.js:2:500279)]
Conda environments are correctly set and the setup on the PC is working fully.
Downgrading Python Environments at least allows you to see the base environment
Steps to Reproduce
Honestly, I dont know. I only have it on a singular PC and are baffled myself
Expected Behavior
I should be able to source my conda environments and simply use it
Operating System
Linux
Version Information
Version: 2.5.20
VSCode Version: 1.105.1
Commit: 511523af765daeb1fa69500ab0df5b6524424610
Date: 2026-02-19T20:41:31.942Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.17.0-14-generic
Does this stop you from using Cursor
Yes - Cursor is unusable