Replies: 1 comment 1 reply
|
Have a poke around the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to extend the session file name to include more than the CWD and the branch name? It would be great to have multiple sessions per CWD per branch, e.g., one with source code and another with compilation/setup files. This could for instance be achieved by including the name of the first opened file in the session name.
This is surely not supported natively, but maybe there's a function that creates the session name that could be expanded in the plugin config to include additional information (I haven't looked into the source code yet).
All reactions