Skip to content
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

Incorrect path definition for server in Windows 10 #344

Open
deadblackclover opened this issue Dec 22, 2024 · 1 comment
Open

Incorrect path definition for server in Windows 10 #344

deadblackclover opened this issue Dec 22, 2024 · 1 comment

Comments

@deadblackclover
Copy link

Description

The eglot-fsharp--path-to-server function does not find the fsautocomplete file. The Emacs configuration is located at the path C:/Users/<User>/AppData/Roaming/.emacs.d. Therefore, the ~/ path is defined in the Roaming folder.

Repro steps

  • Install fsautocomplete with
dotnet tool install --global fsautocomplete

Known workarounds

I think it wouldn't be a bad idea to make it possible to set the ~/.dotnet/tools path via defcustom.

Related information

  • Operating system: Windows 10 (19045.5247)
  • Emacs version: GNU Emacs v29.4 (build 2, x86_64-w64-mingw32)
  • .NET Runtime, CoreCLR or Mono Version: dotnet 9.0.101
@deadblackclover
Copy link
Author

I also made a PR that adds defcustom to set the path on its own.

#345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant