The hook is being run twice at the moment. This causes an issue for lsp-mode when we add lsp-deferred to the fsharp-mode-hook and the directory hasn't been added as a workspace yet; lsp-mode will prompt twice for the workspace initialization.
Currently, the workspace initialization is also failing for other reasons, but I've just submitted a PR for that.
Hello!
The hook is being run twice at the moment. This causes an issue for lsp-mode when we add
lsp-deferred
to the fsharp-mode-hook and the directory hasn't been added as a workspace yet; lsp-mode will prompt twice for the workspace initialization.Currently, the workspace initialization is also failing for other reasons, but I've just submitted a PR for that.
Thanks!