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
fname is the always associated with the original buffer so this test is always failing when finding a client that does not have the same root. I'm not sure why we can't rely purely on the root_dir from the client and remove this test ?
The text was updated successfully, but these errors were encountered:
Could this be why I'm seeing a server attempt to start with a nil root_dir even though single_file_support is set to false? If not I'm happy to open a separate issue.
Edit: If anyone ends up here with the same issue as me, looks like it was a regression in neoconf that's since been fixed: folke/neoconf.nvim#74
I don't think so - this is purely what is displayed by LspInfo.
thecontinium
changed the title
Active Clients not attached reporting root dir as Running in single file mode
LspInfo: Active Clients not attached reporting root dir as Running in single file mode
Jul 9, 2024
I'm don't use workspaces and I'm not familiar with how they are supposed to work so this test might be valid for some usage but if I change the code to the below it works for me.
Description
This happening because the test here is failing.
fname is the always associated with the original buffer so this test is always failing when finding a client that does not have the same root. I'm not sure why we can't rely purely on the root_dir from the client and remove this test ?
The text was updated successfully, but these errors were encountered: