Skip to content

Commit

Permalink
Merge branch 'master' into issue-540
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor authored Mar 23, 2022
2 parents 74832dc + e48238c commit 9c0ffb9
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 @@ -249,6 +249,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 9c0ffb9

Please sign in to comment.