geysernrd
geysernrd
I might be misunderstanding the above, but far as I can tell pinning `Fable.Elmish.HMR` to version `4.1.0` is the only solution under which the build survives a `paket update` call....
I can confirm that the process outlined above by @FedericoBinda is working as written (at least in my environment: Windows 10, VS Code). I first got paket working against my...
Hi @MangelMaxime, It may be that the project isn't fully loading, but if so it never does. I've waited as long as two hours (while doing other things, of course)...
By the way, IntelliSense does work. E.g., I can backspace to "ValidationHelpe" and it correctly suggests "ValidationHelpers" at the top of the snippet above. But then it's still white and...
Ah, good call, it's just the VS Code IntellSense (abc). Thanks, here is the Ionide output: ``` [12:46:14 DEBUG] [LanguageService] FSAC (NETCORE): 'c:\Users\natha\.vscode\extensions\ionide.ionide-fsharp-7.16.1\bin\net6.0\fsautocomplete.dll' [12:46:14 DEBUG] [LanguageService] F# language server options:...
Unfortunately I've just confirmed that the issue persists in v7.17, so at this point I'm still stuck on 7.15.2. If I'm on 7.15.2 for a while, will there be any...
Thanks, @TheAngryByrd. I will upgrade and attempt to confirm.
To confirm, after upgrade to .NET 8, Ionide is working again for me.