You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the auto-connect setting makes Calva attempt a connect when a workspace is opened. So a workflow like:
Start a repl for a project
Open the project workspace -> Calva connects the repl
works, including:
Keep a repl running for a project
Every time you open the project workspace, Calva connects the repl
However, it would be nice to also support this workflow:
Open a project workspace
Start a repl for the project -> Calva connects the repl
And also:
Calva is connected to the repl
The repl is restarted
Calva reconnects the repl
This can be achieved with Joyride (of course). Something like this workspace script will do it (assuming the template workspace script that ships with Joyride):
Today the auto-connect setting makes Calva attempt a connect when a workspace is opened. So a workflow like:
works, including:
However, it would be nice to also support this workflow:
And also:
This can be achieved with Joyride (of course). Something like this workspace script will do it (assuming the template workspace script that ships with Joyride):
But I think it makes sense to offer it to Calva users without resorting to Joyride scripting.
The text was updated successfully, but these errors were encountered: