Skip to content

Commit e48238c

Browse files
authored
Merge pull request #549 from xsebek/patch-1
Add eval plugin configuration
2 parents 950e02f + 7177afc commit e48238c

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
@@ -227,6 +227,18 @@
227227
"default": true,
228228
"description": "Enables eval plugin"
229229
},
230+
"haskell.plugin.eval.config.diff": {
231+
"markdownDescription": "When reloading haddock test results in changes, mark it with WAS/NOW.",
232+
"scope": "resource",
233+
"default": true,
234+
"type": "boolean"
235+
},
236+
"haskell.plugin.eval.config.exception": {
237+
"markdownDescription": "When the command results in an exception, mark it with `*** Exception:`.",
238+
"scope": "resource",
239+
"default": false,
240+
"type": "boolean"
241+
},
230242
"haskell.plugin.moduleName.globalOn": {
231243
"scope": "resource",
232244
"type": "boolean",

0 commit comments

Comments
 (0)