We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d1598 commit 8a33273Copy full SHA for 8a33273
eglot-fsharp.el
@@ -43,7 +43,7 @@
43
:risky t
44
:type 'directory)
45
46
-(defcustom eglot-fsharp-server-version 'latest
+(defcustom eglot-fsharp-server-version "0.59.2"
47
"FsAutoComplete version to install or update."
48
:group 'eglot-fsharp
49
test/integration-tests.el
@@ -38,7 +38,7 @@
38
(eglot-fsharp--maybe-install "0.52.0")
39
(expect (eglot-fsharp--installed-version) :to-equal "0.52.0"))
40
(it (format "succeeds using latest version: %s)" latest-version)
41
- (eglot-fsharp--maybe-install)
+ (eglot-fsharp--maybe-install latest-version)
42
(expect (eglot-fsharp--installed-version) :to-equal latest-version))))
(describe "F# LSP Client"
0 commit comments