branch: elpa/haskell-tng-mode commit 86d9020c9d90f36bf1b6a413013708375183f755 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
one hsinspect-lsp can be shared by all projects --- haskell-tng-extra-lsp-hsinspect.el | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell-tng-extra-lsp-hsinspect.el b/haskell-tng-extra-lsp-hsinspect.el index 268b5e0..1117c50 100644 --- a/haskell-tng-extra-lsp-hsinspect.el +++ b/haskell-tng-extra-lsp-hsinspect.el @@ -24,6 +24,7 @@ (lambda () haskell-tng-lsp-hsinspect)) :major-modes '(haskell-tng-mode) :server-id 'hsinspect-lsp + :multi-root 't ;; Do not use `:activation-fn' (with a check for .ghc.flags), the error ;; message is not good. ;;