Can you turn off session saving when using MiniSessions.read()? #1844
-
Contributing guidelines
Module(s)mini.sessions QuestionWhen I open a session and make some changes, whether it's opening new files or going to another part in the file, when I switch to another session with And sorry for the quick edits - I accidentally pressed enter in the title section and posted it early. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
No, not at the moment I am afraid. It was the original behavior, but was changed in a050861, as I tripped many times when switching sessions. I assume that intentional leaving the session should autowrite it (at least if In theory, I'd say that it might be better to have Is it only a matter of personal preference to not autowrite current session when reading another or is there some particular use case or workflow that this is not aligned with? |
Beta Was this translation helpful? Give feedback.
-
This should now be resolved on latest |
Beta Was this translation helpful? Give feedback.
This should now be resolved on latest
main
: there is auto-write of current session inread()
only ifMiniSessions.config.autowrite
istrue
. This indeed makes a more coherent behavior, thanks for mentioning this use case!