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.
1 parent 5ca76c9 commit 2897558Copy full SHA for 2897558
package.json
@@ -262,6 +262,12 @@
262
"scope": "resource",
263
"type": "boolean"
264
},
265
+ "haskell.plugin.fourmolu.config.external": {
266
+ "default": false,
267
+ "markdownDescription": "Call out to an external \"fourmolu\" executable, rather than using the bundled library",
268
+ "scope": "resource",
269
+ "type": "boolean"
270
+ },
271
"haskell.plugin.gadt.globalOn": {
272
"default": true,
273
"description": "Enables gadt plugin",
0 commit comments