Skip to content

Commit cb5a342

Browse files
committed
Update console app parameters
`--background-service` has been deprecated, switch to experimental adaptive lsp service change the `-v` parameter to `--verbose` to align with the documentation
1 parent 42e8db5 commit cb5a342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eglot-fsharp.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Ensure FsAutoComplete is installed (when called INTERACTIVE)."
126126
(when (file-exists-p (eglot-fsharp--path-to-server))
127127
(cons 'eglot-fsautocomplete (cons (eglot-fsharp--path-to-server)
128128
(if eglot-fsharp-server-verbose
129-
`("--background-service-enabled" "-v")
130-
`("--background-service-enabled"))))))
129+
`("--verbose" "--adaptive-lsp-server-enabled")
130+
`("--adaptive-lsp-server-enabled"))))))
131131

132132

133133

0 commit comments

Comments
 (0)