-
Notifications
You must be signed in to change notification settings - Fork 63
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
Autocomplete is not working #235
Comments
Did you restore your project: Could you provide the content of your |
Thanks for the quick reply. after restoring it worked better. but I get the error in this file
Getting this error in messages.
The buffer you mentioned is attached in a file |
I can reproduce the issue. Adding
Related |
Hello, I'm experiencing this problem as well. I have restore my project and use the latest package. Please advice. |
Attached is my eglot buffer output |
Description
I get this error on messages:
Repro steps
THis is my configuration, I'm using MAC OS X catalina and dotnet 3.1
;;; my-fsharp.el --- fsharp configuration -- lexical-binding: t; --
;;; Commentary:
;;
;;; Code:
(use-package fsharp-mode
:defer t
:ensure t)
(add-to-list 'auto-mode-alist '("\.fs[iylx]?$" . fsharp-mode))
(require 'eglot-fsharp)
(setq inferior-fsharp-program "dotnet fsi")
(require 'dotnet)
(add-hook 'fsharp-mode-hook 'dotnet-mode)
(provide 'my-fsharp)
;;; my-fsharp.el ends here
Expected behavior
After M-x eglot, it start well ,
[eglot] Connected! Server
EGLOT (FSNetCore/fsharp-mode)' now managing
fsharp-mode' buffers in project `FSNetCore'.I'm creating the project from here https://docs.microsoft.com/es-es/dotnet/fsharp/get-started/get-started-command-line
Actual behavior
but then start error with autocomplete
Related information
Mac os catalina 10.15.2
learn/functional-programming/FSNetCore via .NET 3.1.100
➜ dotnet --version
3.1.100
27
The text was updated successfully, but these errors were encountered: