We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 950e02f + 7177afc commit e48238cCopy full SHA for e48238c
package.json
@@ -227,6 +227,18 @@
227
"default": true,
228
"description": "Enables eval plugin"
229
},
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
239
+ "default": false,
240
241
242
"haskell.plugin.moduleName.globalOn": {
243
"scope": "resource",
244
"type": "boolean",
0 commit comments