We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e481b6c + f3a398a commit 8fd38e9Copy full SHA for 8fd38e9
package.json
@@ -88,6 +88,17 @@
88
"default": "ormolu",
89
"description": "The formatter to use when formatting a document or range. Ensure the plugin is enabled."
90
},
91
+ "haskell.cabalFormattingProvider": {
92
+ "scope": "resource",
93
+ "type": "string",
94
+ "enum": [
95
+ "cabal-gild",
96
+ "cabal-fmt",
97
+ "none"
98
+ ],
99
+ "default": "cabal-gild",
100
+ "description": "The formatter to use when formatting a document or range of a cabal formatter. Ensure the plugin is enabled."
101
+ },
102
"haskell.openDocumentationInHackage": {
103
"scope": "resource",
104
"type": "boolean",
0 commit comments