Environment data
Build of Visual Studio Code - Insiders: 1.105.0-insider
Build of python-insider: 2025.17.2025100201
Build of pylance-insider: 2025.8.3
Repro Steps
- Open a new python file
- Enter "Ctrl+Shift+P" -> Python: Create Environment

3. Choose venv and select one Python Environment
4. Enter a name and then choose "Skip package installation"
- Observes
Expected behavior
The environment should be created and not install other packages
Actual behavior
No response when choose "Skip package installation"