Skip to content

Commit 9c0ffb9

Browse files
authored
Merge branch 'master' into issue-540
2 parents 74832dc + e48238c commit 9c0ffb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,18 @@
249249
"default": true,
250250
"description": "Enables eval plugin"
251251
},
252+
"haskell.plugin.eval.config.diff": {
253+
"markdownDescription": "When reloading haddock test results in changes, mark it with WAS/NOW.",
254+
"scope": "resource",
255+
"default": true,
256+
"type": "boolean"
257+
},
258+
"haskell.plugin.eval.config.exception": {
259+
"markdownDescription": "When the command results in an exception, mark it with `*** Exception:`.",
260+
"scope": "resource",
261+
"default": false,
262+
"type": "boolean"
263+
},
252264
"haskell.plugin.moduleName.globalOn": {
253265
"scope": "resource",
254266
"type": "boolean",

0 commit comments

Comments
 (0)