Epic: Multiple Console Sessions #5990
Labels
area: console
Issues related to Console category.
area: ui
Issues related to UI category.
enhancement
New feature or request
epic
Epic
theme: multisession console
Milestone
Issue to track work for #3173
Description
The runtime debugging pane will be utilized to initially manage sessions while the UI controls to manage sessions is being built. This should allow architectural changes to be introduced before all UI controls are.
Cleanup Work
Open Questions
q()
/exit()
. In that situation, the user cannot do anything with the session and will need to create a new one.q()
. The console instance will hang around in this case and the user will need to manually delete it. Maybe we should be proactive and dispose of the console instance when the session is disconnected viaq()
?q()
/exit()
), should we clear the foreground session (set to undefined)? This would more accurately let users know the state of things. We would need to have an unselected state for the console and console tab list.Python: Select Interpreter
command. This active interpreter is what the Terminal's pane uses.Related Issues
Closable Issues
The text was updated successfully, but these errors were encountered: