Skip to content

Commit

Permalink
Update console app parameters
Browse files Browse the repository at this point in the history
`--background-service` has been deprecated, switch to experimental
adaptive lsp service

change the `-v` parameter to `--verbose` to align with the documentation
  • Loading branch information
amcguier committed Oct 25, 2022
1 parent 42e8db5 commit cb5a342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eglot-fsharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ Ensure FsAutoComplete is installed (when called INTERACTIVE)."
(when (file-exists-p (eglot-fsharp--path-to-server))
(cons 'eglot-fsautocomplete (cons (eglot-fsharp--path-to-server)
(if eglot-fsharp-server-verbose
`("--background-service-enabled" "-v")
`("--background-service-enabled"))))))
`("--verbose" "--adaptive-lsp-server-enabled")
`("--adaptive-lsp-server-enabled"))))))



Expand Down

0 comments on commit cb5a342

Please sign in to comment.