File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 160
160
"default" : " keep-up-to-date" ,
161
161
"markdownDescription" : " Determine what to do when a new version of the language server is available."
162
162
},
163
+ "haskell.checkProject" : {
164
+ "scope" : " resource" ,
165
+ "type" : " boolean" ,
166
+ "default" : true ,
167
+ "description" : " Whether to typecheck the entire project on load. As it is activated by default could drive to bad perfomance in large projects."
168
+ },
169
+ "haskell.maxCompletions" : {
170
+ "scope" : " resource" ,
171
+ "default" : 40 ,
172
+ "type" : " integer" ,
173
+ "description" : " Maximum number of completions sent to the editor."
174
+ },
163
175
"haskell.plugin.importLens.codeActionsOn" : {
164
176
"scope" : " resource" ,
165
177
"type" : " boolean" ,
322
334
" Only display type lenses of exported global bindings" ,
323
335
" Follows error messages produced by GHC about missing signatures"
324
336
]
337
+ },
338
+ "haskell.plugin.refineImports.globalOn" : {
339
+ "scope" : " resource" ,
340
+ "type" : " boolean" ,
341
+ "default" : true ,
342
+ "description" : " Enables refine imports plugin"
325
343
}
326
344
}
327
345
},
You can’t perform that action at this time.
0 commit comments