Skip to content

.venv can't be resolved as default interpreter path, only venv can #25190

@vorpal56

Description

@vorpal56

Type: Bug

Already included interpreter path and its valid, but keeps saying invalid python interpreter path.
It also keeps resolving to venv instead of .venv for some reason

Image

related: #20644

Behaviour

Python extension keeps complaining that "An invalid Python interpreter is selected"

Steps to reproduce:

  1. fresh venv called .venv
python -m venv .venv
source .venv/bin/activate && poetry sync
  1. Ran Python: Clear Workspace Interpreter Setting
  2. Set my .vscode/settings.json with:
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
  1. Ran Developer: Reload Window
  2. Still complains "An invalid Python interpreter is selected"

Diagnostic data

NOTE: The logs are stripped because it keeps old output even if I clear it

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

2025-06-18 19:17:17.365 [info] Active interpreter [/Users/anthony/perfmgmt]:  /Users/anthony/perfmgmt/.venv/bin/python
2025-06-18 19:17:17.366 [info] Discover tests for workspace name: perfmgmt - uri: /Users/anthony/perfmgmt
2025-06-18 19:17:17.366 [info] Python interpreter path: ./.venv/bin/python
2025-06-18 19:18:40.242 [info] Experiment 'pythonRecommendTensorboardExt' is active
2025-06-18 19:18:40.242 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2025-06-18 19:18:40.242 [warning] Dir "/Users/anthony/perfmgmt/.pixi/envs" is not watchable (directory does not exist)
2025-06-18 19:18:40.242 [info] VS Code was launched from an activated environment: 'venv', selecting it as the interpreter for workspace.
2025-06-18 19:18:40.242 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:18:40.741 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:18:40.754 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at Socket.<anonymous> (node:internal/child_process:456:11)
	at Socket.emit (node:events:518:28)
	at Pipe.<anonymous> (node:net:351:12)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:18:42.761 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:18:42.775 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at ChildProcess._handle.onexit (node:internal/child_process:304:5)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:18:42.796 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:18:43.793 [info] Starting Pylance language server.
2025-06-18 19:18:43.794 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:20:59.579 [info] Active interpreter [/Users/anthony/perfmgmt]:  /Users/anthony/perfmgmt/.venv/bin/python
2025-06-18 19:20:59.580 [info] Discover tests for workspace name: perfmgmt - uri: /Users/anthony/perfmgmt
2025-06-18 19:20:59.580 [info] Python interpreter path: ./.venv/bin/python
2025-06-18 19:21:06.632 [info] Starting Environment refresh
2025-06-18 19:21:06.632 [info] Searching for interpreters in posix paths locator
2025-06-18 19:21:06.633 [info] Searching for pyenv environments
2025-06-18 19:21:06.633 [info] Searching for conda environments
2025-06-18 19:21:06.633 [info] Searching for global virtual environments
2025-06-18 19:21:06.633 [info] Searching for custom virtual environments
2025-06-18 19:21:06.636 [info] > conda info --json
2025-06-18 19:21:06.638 [info] > hatch env show --json
2025-06-18 19:21:06.638 [info] cwd: .
2025-06-18 19:21:06.639 [info] Finished searching for custom virtual envs: 6 milliseconds
2025-06-18 19:21:06.640 [info] Finished searching for global virtual envs: 7 milliseconds
2025-06-18 19:21:06.641 [info] > poetry env list --full-path
2025-06-18 19:21:06.641 [info] cwd: .
2025-06-18 19:21:06.645 [info] Found: /usr/bin/python3 --> /usr/bin/python3
2025-06-18 19:21:06.647 [info] > ./.venv/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.650 [info] > ~/.pyenv/versions/3.10.16/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.652 [info] Found: /opt/homebrew/bin/python3 --> /opt/homebrew/Cellar/python@3.13/3.13.3_1/Frameworks/Python.framework/Versions/3.13/bin/python3.13
2025-06-18 19:21:06.653 [info] Found: /opt/homebrew/bin/python3.12 --> /opt/homebrew/Cellar/python@3.12/3.12.10_1/Frameworks/Python.framework/Versions/3.12/bin/python3.12
2025-06-18 19:21:06.653 [info] Found: /opt/homebrew/bin/python3.13 --> /opt/homebrew/Cellar/python@3.13/3.13.3_1/Frameworks/Python.framework/Versions/3.13/bin/python3.13
2025-06-18 19:21:06.656 [info] Finished searching for pyenv environments: 23 milliseconds
2025-06-18 19:21:06.660 [info] Finished searching for interpreters in posix paths locator: 28 milliseconds
2025-06-18 19:21:06.679 [info] > ~/.pyenv/versions/3.12.10/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.681 [info] > ~/.pyenv/versions/3.12.8/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.706 [info] > ~/.pyenv/versions/3.8.13/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.709 [info] > ~/.pyenv/versions/3.8.20/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.731 [info] > ~/.pyenv/versions/3.9.21/bin/python -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.733 [info] > /usr/bin/python3 -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.757 [info] > /opt/homebrew/bin/python3 -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:06.787 [info] > /opt/homebrew/bin/python3.12 -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:07.104 [info] Environments refresh paths discovered (event): 472 milliseconds
2025-06-18 19:21:07.104 [info] Environments refresh paths discovered: 472 milliseconds
2025-06-18 19:21:07.105 [info] Environments refresh finished (event): 473 milliseconds
2025-06-18 19:21:07.110 [info] Environment refresh took 479 milliseconds
2025-06-18 19:21:12.595 [info] Experiment 'pythonRecommendTensorboardExt' is active
2025-06-18 19:21:12.595 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2025-06-18 19:21:12.595 [warning] Dir "/Users/anthony/perfmgmt/.pixi/envs" is not watchable (directory does not exist)
2025-06-18 19:21:12.595 [info] VS Code was launched from an activated environment: 'venv', selecting it as the interpreter for workspace.
2025-06-18 19:21:12.595 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:21:12.911 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:13.063 [info] > pyenv which python
2025-06-18 19:21:13.063 [info] cwd: .
2025-06-18 19:21:13.064 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at Socket.<anonymous> (node:internal/child_process:456:11)
	at Socket.emit (node:events:518:28)
	at Pipe.<anonymous> (node:net:351:12)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:21:13.221 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:21:13.222 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:21:15.068 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:21:15.075 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at ChildProcess._handle.onexit (node:internal/child_process:304:5)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:21:15.092 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:21:16.085 [info] Starting Pylance language server.
2025-06-18 19:21:16.086 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:26:55.500 [info] Experiment 'pythonRecommendTensorboardExt' is active
2025-06-18 19:26:55.500 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2025-06-18 19:26:55.500 [warning] Dir "/Users/anthony/perfmgmt/.pixi/envs" is not watchable (directory does not exist)
2025-06-18 19:26:55.500 [info] VS Code was launched from an activated environment: 'venv', selecting it as the interpreter for workspace.
2025-06-18 19:26:55.500 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:26:55.871 [info] > pyenv which python
2025-06-18 19:26:55.871 [info] cwd: .
2025-06-18 19:26:55.982 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:26:55.995 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at Socket.<anonymous> (node:internal/child_process:456:11)
	at Socket.emit (node:events:518:28)
	at Pipe.<anonymous> (node:net:351:12)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:26:56.022 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:26:56.022 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}
2025-06-18 19:26:58.002 [info] > ./venv -I ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
2025-06-18 19:26:58.015 [error] [Error: Command failed: /Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py
/bin/sh: /Users/anthony/perfmgmt/venv: No such file or directory

	at genericNodeError (node:internal/errors:983:15)
	at wrappedFn (node:internal/errors:537:14)
	at ChildProcess.exithandler (node:child_process:415:12)
	at ChildProcess.emit (node:events:530:35)
	at maybeClose (node:internal/child_process:1101:16)
	at ChildProcess._handle.onexit (node:internal/child_process:304:5)] {
  code: 127,
  killed: false,
  signal: null,
  cmd: '/Users/anthony/perfmgmt/venv -I /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/get_output_via_markers.py /Users/anthony/.vscode/extensions/ms-python.python-2025.9.2025061801-darwin-arm64/python_files/interpreterInfo.py'
}
2025-06-18 19:26:58.034 [warning] Failed to check if /Users/anthony/perfmgmt/venv is an executable [Error: ENOENT: no such file or directory, lstat '/Users/anthony/perfmgmt/venv'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/Users/anthony/perfmgmt/venv'
}

Extension version: 2025.9.2025061801
VS Code version: Code 1.101.0 (Universal) (dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1, 2025-06-11T15:00:50.123Z)
OS version: Darwin arm64 24.5.0
Modes:

  • Python version (& distribution if applicable, e.g. Anaconda):
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Unknown
  • Value of the python.languageServer setting: Pylance
User Settings


languageServer: "Pylance"

terminal
• activateEnvironment: false

Installed Extensions
Extension Name Extension Id Version
autodocstring njp 0.6.1
debugpy ms- 2025.8.0
EditorConfig Edi 0.17.4
errorlens use 3.26.0
github-vscode-theme Git 6.3.5
gitlens eam 17.2.0
go gol 0.46.1
js-debug ms- 1.100.1
js-debug-companion ms- 1.1.3
latex-workshop Jam 10.10.0
prettier-vscode esb 11.0.0
python ms- 2025.9.2025061801
ruff cha 2025.24.0
rust-analyzer rus 0.3.2500
rust-syntax dus 0.6.1
vscode-eslint dba 3.0.10
vscode-icons vsc 12.13.0
vscode-js-profile-table ms- 1.0.10
vscode-pylance ms- 2025.6.1
vscode-thunder-client ran 2.35.2
vscodeintellicode Vis 1.3.2
xml Dot 2.5.1
System Info
Item Value
CPUs Apple M4 Pro (14 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) 3, 4, 4
Memory (System) 48.00GB (9.07GB free)
Process Argv . --crash-reporter-id 74d0721f-9749-4ec4-942b-a7700a3d037a
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vscod805:30301674
binariesv615:30325510
vscaac:30438847
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dwnewjupyter:31046869
pythonrstrctxt:31112756
nativeloc2:31192216
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
customenabled:31248079
hdaa2157:31222309
copilot_t_ci:31222730
e5gg6876:31282496
pythoneinst12:31285622
bgtreat:31268568
4gafe986:31271826
c7cif404:31314491
5b33h341:31326279
pythonpulldiag:31325930
996jf627:31283433
pythonrdcb7:31303018
usemplatestapi:31297334
0aa6g176:31307128
7bj51361:31289155
747dc170:31275177
aj953862:31281341
generatesymbolt:31295002
convertfstringf:31295003
pylancequickfixf:31329273
he899328:31327032
1292j425:31329156

Metadata

Metadata

Assignees

Labels

area-environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions