Closed
Description
System details:
Positron and OS details:
Describe the issue:
Steps to reproduce the issue:
- Start 2 R sessions
- Start 1 Python session
- Go to 1st R session and type
q()
in console - Verify session state is exited (red dot) - PASS
- Click on 2nd R session and open
+
session menu - Verify 2 entries: R and Python session
- Click on 1st R session and open
+
session menu - Verify 2 entries: R and Python session - FAIL
Screen.Recording.2025-05-29.at.1.53.29.PM.mov
Expected or desired behavior:
We should show top 5 (deduped) active sessions in the menu, but we are filtering out all instances of the R session because the one we have currently selected has exited
Were there any error messages in the UI, Output panel, or Developer Tools console?
n/a