From d1190f360c8ccde1f934767e12d403f0804ada46 Mon Sep 17 00:00:00 2001 From: Fendor Date: Wed, 29 Mar 2023 14:45:12 +0200 Subject: [PATCH] Add new plugins fields --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f760594..6b959c78 100644 --- a/package.json +++ b/package.json @@ -211,6 +211,12 @@ "scope": "resource", "type": "boolean" }, + "haskell.plugin.cabal.globalOn": { + "default": true, + "description": "Enables cabal plugin", + "scope": "resource", + "type": "boolean" + }, "haskell.plugin.callHierarchy.globalOn": { "default": true, "description": "Enables callHierarchy plugin", @@ -253,9 +259,15 @@ "scope": "resource", "type": "boolean" }, - "haskell.plugin.explicitFixity.globalOn": { + "haskell.plugin.explicit-fields.globalOn": { + "default": true, + "description": "Enables explicit-fields plugin", + "scope": "resource", + "type": "boolean" + }, + "haskell.plugin.explicit-fixity.globalOn": { "default": true, - "description": "Enables explicitFixity plugin", + "description": "Enables explicit-fixity plugin", "scope": "resource", "type": "boolean" },