Skip to content

Python: vscode-python breaks running language runtimes #658

@seeM

Description

@seeM
  1. Start a Python runtime.
  2. Trigger VSCode to restart the language server; a simple way is by changing the selected interpreter with the Python: Select Interpreter command
  3. There will be no indication in the UI that the runtime has exited, but the console won't work, and trying to exit the runtime won't work. It'll go through states busy => idle => exited => exiting => exiting => ... and get stuck.
image

I think the problem relates to how we're integrating with vscode-python (see #652).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions