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" },