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
Does it get saved if you manually rum mksess to create a session and manually restore it after?
What gets saved in the session is up to upstream Neovim and its available options. auto-session does not have control or implement extras on top of Neovim's supported session saving features.
Is your feature request related to a problem? Please describe.
recovering after calling the SessionSave command did not recover the lsp workspace
Describe the solution you'd like
Run vim.lsp.buf.add_workspace_folder to see the previously added workspace
Describe alternatives you've considered
by pre_ save and SessionRestore
Additional context
The text was updated successfully, but these errors were encountered: