-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
F# server is crashing when the project is loaded #1787
Comments
I got the same issue. |
@rzlink Is the code highlighting and auto complete working for you? In my case I can't work with VS Code because none of those are working. |
@JohnnyFasching code highlighting works for me, but auto complete not working. |
Really interesting report - can you all set the |
I also get output from F# language server |
@baronfel here is the log. |
Thanks @rzlink - it looks like we regressed some of the type definitions for the LSP library - I'll work on getting those updated and rolled out through FSAC and Ionide. |
Thanks @baronfel for the quick fix. One question, do you know the warning which dlls not found? |
The DLLs in the FSharp folder are the runtime dependencies for the F# compiler, they're not intended to be used by other F# applications directly. The DLLs in the FrameworkReferences folders like the second path are meant to be those runtime dependencies. These directories are usually located by the MSBuild logic that is part of building your projects, and the error you're alluding to is because we're having problems replicating that logic in the ionide/proj-info repo for every possible combinations of .NET SDKs. We're working on it, though! |
Describe the bug
F# server is crashing a soon a solution is loaded
Machine info
The text was updated successfully, but these errors were encountered: