-
Notifications
You must be signed in to change notification settings - Fork 158
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
"No typecheck results" since the 0.59.4 release #1087
Comments
I’m guessing it’s due to e54bc7d. Can you try manually reverting the changes from that commit? |
I can confirm it is this commit that causes the issue–reverting fixes the problem. |
@baronfel Is this something that needs to change FSAC or should clients be sending |
Clients either need to send automatic workspace init OR do their own workspacepeek/workspaceload dance, yes. Do we know which clients are reporting errors and how they navigate things? |
Indeed! Fixed by sending a valid |
Glad we got there in the end :) |
It seems like #1082 broke fsautocomplete on some of clients.
I can confirm this on eglot/emacs and it first reported by @juergenhoetzel in fsharp/emacs-fsharp-mode#331
Server event log shows this:
git bisect points me to:
and I can confirm reverting ed061e6 on
main
fixes the problem for meThe text was updated successfully, but these errors were encountered: