From 7a7e86f9520b1d0584663077a88932f152dc2fce Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 12 Oct 2022 00:12:04 +0100 Subject: [PATCH] Add Fourmolu config property --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index edc994c9..463da9de 100644 --- a/package.json +++ b/package.json @@ -262,6 +262,12 @@ "scope": "resource", "type": "boolean" }, + "haskell.plugin.fourmolu.config.external": { + "default": false, + "markdownDescription": "Call out to an external \"fourmolu\" executable, rather than using the bundled library", + "scope": "resource", + "type": "boolean" + }, "haskell.plugin.gadt.globalOn": { "default": true, "description": "Enables gadt plugin",