We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a7c78 + deebb4f commit 1d15706Copy full SHA for 1d15706
lsp-haskell.el
@@ -65,6 +65,16 @@ It could lead to bad perfomance in large projects."
65
:group 'lsp-haskell
66
:type 'number
67
:lsp-path "haskell.maxCompletions")
68
+(defcustom-lsp lsp-haskell-session-loading
69
+ "singleComponent"
70
+ "Preferred approach for loading package components. Setting this
71
+to 'multiple components' (EXPERIMENTAL) allows the build
72
+tool (such as `cabal` or `stack`) to load multiple components at
73
+once `https://github.com/haskell/cabal/pull/8726', which is a
74
+significant improvement."
75
+ :group 'lsp-haskell
76
+ :type '(choice (const "singleComponent") (const "multipleComponents"))
77
+ :lsp-path "haskell.sessionLoading")
78
79
;; ---------------------------------------------------------------------
80
;; Plugin-specific configuration
0 commit comments