Skip to content

Startup stalls and Python environments appear missing during activation #1434

Description

Problem

When VS Code opens a Python workspace, the extension can stall during startup and some environment managers fail to register. Users then see missing or incorrect Python environments until reload.

What users might see

  • Slow startup or temporary UI freeze when opening a project
  • High CPU during startup
  • Environment list missing expected entries (especially non-system managers)
  • Environment selection/activation not working right away
  • In some cases, repeated terminal/process churn

How it arises

  • On activation, multiple managers register in parallel.
  • Some managers fall back to PET-based detection during registration.
  • If PET is still cold/initializing (common on slower, remote, or containerized setups), requests can timeout.
  • Timeout/retry behavior can cascade, leaving managers unregistered for that session.

Steps to reproduce

  • Open a Python project in a fresh VS Code session.
  • Use a machine/workspace with slower startup conditions (remote, container, or heavy load).
  • Wait for Python Environments extension activation.
  • Open the environment picker/tree.
  • Observe startup delay and potentially missing managers/environments.
  • Expected behavior
  • Startup remains responsive and manager registration does not block or fail; environments appear reliably.

Actual behavior

  • Startup can hang briefly, and some managers/environments are unavailable until another refresh or reload.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityinfo-neededIssue requires more information from postermeta

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions