Skip to content

Commit

Permalink
Set default fsac version to 0.59.2
Browse files Browse the repository at this point in the history
Integration tests fail when using fsac => 0.59.3
  • Loading branch information
juergenhoetzel committed Mar 21, 2023
1 parent b3d1598 commit 8a33273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eglot-fsharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:risky t
:type 'directory)

(defcustom eglot-fsharp-server-version 'latest
(defcustom eglot-fsharp-server-version "0.59.2"
"FsAutoComplete version to install or update."
:group 'eglot-fsharp
:risky t
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(eglot-fsharp--maybe-install "0.52.0")
(expect (eglot-fsharp--installed-version) :to-equal "0.52.0"))
(it (format "succeeds using latest version: %s)" latest-version)
(eglot-fsharp--maybe-install)
(eglot-fsharp--maybe-install latest-version)
(expect (eglot-fsharp--installed-version) :to-equal latest-version))))

(describe "F# LSP Client"
Expand Down

0 comments on commit 8a33273

Please sign in to comment.