Skip to content

Commit 8477f0f

Browse files
authored
Add stan plugin option (#1000)
1 parent 90dbb59 commit 8477f0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@
471471
"scope": "resource",
472472
"type": "boolean"
473473
},
474+
"haskell.plugin.stan.globalOn": {
475+
"default": false,
476+
"description": "Enables stan plugin",
477+
"scope": "resource",
478+
"type": "boolean"
479+
},
474480
"haskell.plugin.tactics.codeActionsOn": {
475481
"default": true,
476482
"description": "Enables tactics code actions",
@@ -602,4 +608,4 @@
602608
"vscode-languageclient": "^7.0.0",
603609
"which": "^4.0.0"
604610
}
605-
}
611+
}

0 commit comments

Comments
 (0)