File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,16 @@ It could lead to bad perfomance in large projects."
65
65
:group 'lsp-haskell
66
66
:type 'number
67
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" )
68
78
69
79
; ; ---------------------------------------------------------------------
70
80
; ; Plugin-specific configuration
You can’t perform that action at this time.
0 commit comments