Skip to content

Commit 8a33273

Browse files
Set default fsac version to 0.59.2
Integration tests fail when using fsac => 0.59.3
1 parent b3d1598 commit 8a33273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eglot-fsharp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
:risky t
4444
:type 'directory)
4545

46-
(defcustom eglot-fsharp-server-version 'latest
46+
(defcustom eglot-fsharp-server-version "0.59.2"
4747
"FsAutoComplete version to install or update."
4848
:group 'eglot-fsharp
4949
:risky t

test/integration-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(eglot-fsharp--maybe-install "0.52.0")
3939
(expect (eglot-fsharp--installed-version) :to-equal "0.52.0"))
4040
(it (format "succeeds using latest version: %s)" latest-version)
41-
(eglot-fsharp--maybe-install)
41+
(eglot-fsharp--maybe-install latest-version)
4242
(expect (eglot-fsharp--installed-version) :to-equal latest-version))))
4343

4444
(describe "F# LSP Client"

0 commit comments

Comments
 (0)