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.
1 parent 90dbb59 commit 0c91f96Copy full SHA for 0c91f96
package.json
@@ -471,6 +471,12 @@
471
"scope": "resource",
472
"type": "boolean"
473
},
474
+ "haskell.plugin.stan.globalOn": {
475
+ "default": false,
476
+ "description": "Enables stan plugin",
477
+ "scope": "resource",
478
+ "type": "boolean"
479
+ },
480
"haskell.plugin.tactics.codeActionsOn": {
481
"default": true,
482
"description": "Enables tactics code actions",
@@ -602,4 +608,4 @@
602
608
"vscode-languageclient": "^7.0.0",
603
609
"which": "^4.0.0"
604
610
}
605
-}
611
+}
0 commit comments