Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special case reticulate for the old supervisor (#5438)
This special cases reticulate so the Python session is started with the old jupyter supervisor while we don't implement #5226 If we don't do this, reticulate will try to use the new supervisor (because it forwards to `PythonRuntimeSession.start()`) and users will see a: ![image](https://github.com/user-attachments/assets/8f652b87-9a85-4bc4-952f-f33f0e3309b5) ``` socket hang up ``` ### QA Notes Now reticulate should work even if Positron is configured to use the new supervisor: ![image](https://github.com/user-attachments/assets/96518697-88ad-4963-a017-7e294660a002)
- Loading branch information