Skip to content

Commit 0c91f96

Browse files
committed
Add stan plugin option
1 parent 90dbb59 commit 0c91f96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
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)