RSessionManager.getConsoleSession()
needs to learn about the multi-console world
#6980
Milestone
RSessionManager.getConsoleSession()
needs to learn about the multi-console world
#6980
positron/extensions/positron-r/src/session-manager.ts
Lines 150 to 181 in de61ced
This currently is unaware of multi-console, and will always choose the newest created R session. That means if you:
Then IIUC
getConsoleSession()
will pick R 2 as the console session, which is not right.The text was updated successfully, but these errors were encountered: