Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@
"default": "ormolu",
"description": "The formatter to use when formatting a document or range. Ensure the plugin is enabled."
},
"haskell.cabalFormattingProvider": {
"scope": "resource",
"type": "string",
"enum": [
"cabal-gild",
"cabal-fmt",
"none"
],
"default": "cabal-gild",
"description": "The formatter to use when formatting a document or range of a cabal formatter. Ensure the plugin is enabled."
},
"haskell.openDocumentationInHackage": {
"scope": "resource",
"type": "boolean",
Expand Down