Skip to content

Commit a15678e

Browse files
authored
Merge pull request #416 from jneira/update-config
Update config to last hls schema
2 parents 573f898 + ed6fb4c commit a15678e

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

package.json

+18-16
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,12 @@
6767
"type": "object",
6868
"title": "Haskell",
6969
"properties": {
70-
"haskell.hlintOn": {
71-
"title": "Hlint",
72-
"markdownDeprecationMessage": "**Deprecated**: Please use `#haskell.plugin.hlint.globalOn#` instead.",
73-
"scope": "resource",
74-
"type": "boolean",
75-
"default": true,
76-
"description": "Get suggestions from hlint"
77-
},
7870
"haskell.diagnosticsOnChange": {
7971
"scope": "resource",
8072
"type": "boolean",
8173
"default": true,
8274
"description": "Compute diagnostics continuously as you type. Turn off to only generate diagnostics on file save."
8375
},
84-
"haskell.completionSnippetsOn": {
85-
"title": "Completion Snippets",
86-
"markdownDeprecationMessage": "**Deprecated**: Please use `#haskell.plugin.ghcide-completions.config.snippetsOn#` instead.",
87-
"scope": "resource",
88-
"type": "boolean",
89-
"default": true,
90-
"description": "Show snippets with type information when using code completion"
91-
},
9276
"haskell.formatOnImportOn": {
9377
"scope": "resource",
9478
"type": "boolean",
@@ -177,6 +161,12 @@
177161
"default": true,
178162
"description": "Enables hlint diagnostics"
179163
},
164+
"haskell.plugin.hlint.config.flags": {
165+
"markdownDescription": "Flags used by hlint",
166+
"scope": "resource",
167+
"default": [],
168+
"type": "array"
169+
},
180170
"haskell.plugin.eval.globalOn": {
181171
"scope": "resource",
182172
"type": "boolean",
@@ -219,6 +209,12 @@
219209
"default": true,
220210
"description": "Enables Wingman (tactics) plugin"
221211
},
212+
"haskell.plugin.tactics.config.auto_gas": {
213+
"markdownDescription": "The depth of the search tree when performing \"Attempt to fill hole\". Bigger values will be able to derive more solutions, but will take exponentially more time.",
214+
"scope": "resource",
215+
"default": 4,
216+
"type": "integer"
217+
},
222218
"haskell.plugin.tactics.config.hole_severity": {
223219
"enumDescriptions": [
224220
"error",
@@ -252,6 +248,12 @@
252248
"default": 2,
253249
"type": "integer"
254250
},
251+
"haskell.plugin.tactics.config.proofstate_styling": {
252+
"markdownDescription": "Should Wingman emit styling markup when showing metaprogram proof states?",
253+
"scope": "resource",
254+
"default": true,
255+
"type": "boolean"
256+
},
255257
"haskell.plugin.pragmas.codeActionsOn": {
256258
"scope": "resource",
257259
"type": "boolean",

0 commit comments

Comments
 (0)