Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-mode loading spinner no longer working #40

Closed
joefbsjr opened this issue Aug 14, 2022 · 3 comments
Closed

lsp-mode loading spinner no longer working #40

joefbsjr opened this issue Aug 14, 2022 · 3 comments

Comments

@joefbsjr
Copy link

I was using version 0.3.x and when loading a new project, lsp-mode was able to show that the project/solution was loading. Now in version 0.5.3 lsp-mode gives no indication of loading, it thinks the project loaded instantly, which is not true. So I have to wait and arbitrarily try to use commands until something works showing that the solution was actually loaded.

@razzmatazz
Copy link
Owner

razzmatazz commented Aug 15, 2022

I believe this broke with #26

previously we didn't respond to client's initialize request before loading a solution, but after #26 we start loading solution after the client sends us initialized notification, changed with 333f9f4

will take a look.. lsp-mode shows a spinner while the server processes initialize request and considers the server intialized afterwards

@razzmatazz
Copy link
Owner

@joefbsjr I think I fixed this with c29fe97 -- will release a new version somewhat later

razzmatazz added a commit that referenced this issue Aug 15, 2022
@razzmatazz
Copy link
Owner

https://www.nuget.org/packages/csharp-ls/0.5.4 has been released that should fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants