We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74832dc + e48238c commit 9c0ffb9Copy full SHA for 9c0ffb9
package.json
@@ -249,6 +249,18 @@
249
"default": true,
250
"description": "Enables eval plugin"
251
},
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
261
+ "default": false,
262
263
264
"haskell.plugin.moduleName.globalOn": {
265
"scope": "resource",
266
"type": "boolean",
0 commit comments