We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When in fsharp-mode, running M-x eglot thows an error.
Installed eglot-fsharp 2.0 and eglot-fsharp-mode 2.0 from melpa. Using the following init file (excerpt):
(require 'eglot-fsharp) (require 'fsharp-mode) (setq-default fsharp-indent-offset 2)
Open a fsharp file with .fsx extension.
Start eglot by M-x eglot.
Eglot should connect to a language server.
Fsautocomplete language server installs. Then occurs an error. See it on the third line:
Contacting host: azuresearch-usnc.nuget.org:443 Installing fsautocomplete version 0.70.1 slot-missing: Invalid slot name: "#<eglot-fsautocomplete eglot-fsautocomplete-1581f6d1f996>", :events-buffer-config Quit
Eglot does not start.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When in fsharp-mode, running M-x eglot thows an error.
Repro steps
Installed eglot-fsharp 2.0 and eglot-fsharp-mode 2.0 from melpa. Using the following init file (excerpt):
Open a fsharp file with .fsx extension.
Start eglot by M-x eglot.
Expected behavior
Eglot should connect to a language server.
Actual behavior
Fsautocomplete language server installs. Then occurs an error. See it on the third line:
Eglot does not start.
Related information
The text was updated successfully, but these errors were encountered: