Skip to content

Commit

Permalink
Merge pull request #549 from xsebek/patch-1
Browse files Browse the repository at this point in the history
Add eval plugin configuration
  • Loading branch information
fendor authored Mar 20, 2022
2 parents 950e02f + 7177afc commit e48238c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
"default": true,
"description": "Enables eval plugin"
},
"haskell.plugin.eval.config.diff": {
"markdownDescription": "When reloading haddock test results in changes, mark it with WAS/NOW.",
"scope": "resource",
"default": true,
"type": "boolean"
},
"haskell.plugin.eval.config.exception": {
"markdownDescription": "When the command results in an exception, mark it with `*** Exception:`.",
"scope": "resource",
"default": false,
"type": "boolean"
},
"haskell.plugin.moduleName.globalOn": {
"scope": "resource",
"type": "boolean",
Expand Down

0 comments on commit e48238c

Please sign in to comment.