forked from emacs-lsp/lsp-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp-fsharp: always install fsautocomplete with dotnet tool install -g
The latest fsautocomplete v0.50.0 does not provide separate zip files and thus cannot be installed the old way. There is no way to start the dotnet tool w/ mono or .net framework runtime selectively either. We will now use dotnet-tool version of fsautocomplete installation method.
- Loading branch information
1 parent
b445db3
commit 2d98a95
Showing
2 changed files
with
16 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters