posit-dev / positron

Positron, a next-generation data science IDE
Other
2.51k stars 78 forks source link

Force quitting reticulate python terminates Positron IDE #4982

Open matthewgson opened 4 hours ago

matthewgson commented 4 hours ago

System details:

Positron and OS details:

Positron 10.0.13

Interpreter details:

R 4.4.1 Python 3.12

Describe the issue:

Force quitting reticulate python terminates Positron IDE

Steps to reproduce the issue:

  1. library(reticulate)
  2. repl_python()
  3. exit
  4. force quit

https://github.com/user-attachments/assets/3e2c1ffb-5aaf-41aa-9d48-b9640673842c

Expected or desired behavior:

Force quit Python terminal, not entire IDE

Were there any error messages in the UI, Output panel, or Developer Tools console?

No.

dfalbel commented 4 hours ago

@matthewgson Thanks for reporting! I'll work on it soon.