-
Notifications
You must be signed in to change notification settings - Fork 336
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-executionKernels issues (start/restart/switch/execution, install ipykernel)Kernels issues (start/restart/switch/execution, install ipykernel)notebook-getting-startedon-testplan
Description
repro:
- run
uv venv
- run
source .venv/bin/activate
- create a notebook
- pick this new venv as the one for notebook
- run a python cell
print('foo')
- get dialog offering to install kernel and click on it
- it fails because running
pip install ...
is not allowed in uv venv, it should beuv pip install ...
I think
Version: 1.102.0-insider
Commit: ac320d66c838f2bee42b650ec7409807e40dbd27
Date: 2025-07-04T07:03:36.959Z
Electron: 35.6.0
ElectronBuildId: 11847422
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Darwin arm64 24.5.0
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-executionKernels issues (start/restart/switch/execution, install ipykernel)Kernels issues (start/restart/switch/execution, install ipykernel)notebook-getting-startedon-testplan