Cameron Ring
Cameron Ring
Ok, I think I have it working the way I described above. If you want to test it, you can temporary change the top of your `auto-session` config to: ```lua...
Hmm, `session_control.json` is only used for the alternate session feature (in `:SessionSearch` you can swap to session before the current session with ``; it's not used for anything else so...
Thanks for the detailed response! I'll break my response into sections: 1. Config While it's not necessary, you don't have to include the default values in your config so you...
Ok, I think we're making progress. So I think the only issue now is that named sessions aren't saving your changes on exit? Is that right? Can you describe in...
Thank you, that's very helpful. That sounds like it might not actually be using my fork as that's how the code worked before my changes and that work flow is...
Ok, great, so we can rule that out. Next step is to turn on some logging. Can you do the following: 1. Add `log_level = 'debug',` to your `auto-session` config...
Thanks for that logging but I need the logging after you have restored a session and run the auto save function i mentioned in my previous message. please do the...
Ahh, I see the bug now. When `auto-create = false`, I'm not checking the right session name: it's using one named for the cwd not the manually saved name so...
Ok, just committed a fix. Can you try the updating my fork of `auto-session` and see if it's working for you now?
Glad it's working now! I'll reopen the issue and it'll get closed when the code is merged in.