fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
205 stars 62 forks source link

Fix wrong expression position #312

Closed syohex closed 2 years ago

syohex commented 2 years ago

unless block must be in let* block

juergenhoetzel commented 2 years ago

Thank you. Actually this is dead code. Because fsautocomplete dropped support for the full framework:

https://github.com/fsharp/FsAutoComplete/pull/652

We should remove the eglot-fsharp-server-runtime custom variable.

juergenhoetzel commented 2 years ago

315 fixed this issue by removing support for the obsolete .NET framework