treemacs
treemacs copied to clipboard
treemacs-perspective bug
Hi - I noticed with the change mentioned here, that treemacs-perspective broke. I believe the call in treemacs-perspective--ensure-workspace-exists
to treemacs--select-workspace-by-name
should use treemacs--find-workspace-by-name
now. At least that seems to have fixed it here. I'm not set up to make a PR right now so I hope this is sufficient. Thank you!
Forgot to leave a link to the relevant commit. It's this one: https://github.com/Alexander-Miller/treemacs/commit/04cbbd93e63405278db470b1d0f7db3eae8725ed
This issue has been automatically marked as stale because it has not had recent activity.
Hello, can you elaborate on what needs to be changed? Based on the commit you linked, the previous line was:
(workspace (or (treemacs--select-workspace-by-name perspective-name)
Which was changed to:
(workspace (or (treemacs--find-workspace-by-name perspective-name)
I tried changing it back to treemacs--select-workspace-by-name perspective-name
but I don't think it had any effect.
I'm a beginner trying to get the treemacs-perspective to work but so far I don't think it's working. I'm not exactly sure what the integration does as well.
This issue has been automatically marked as stale because it has not had recent activity.