Skip to content

Commit dd201a4

Browse files
authored
Add haskell.plugin.fourmolu.config.path option (#987)
1 parent 32eb091 commit dd201a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@
299299
"scope": "resource",
300300
"type": "boolean"
301301
},
302+
"haskell.plugin.fourmolu.config.path": {
303+
"default": "fourmolu",
304+
"markdownDescription": "Set path to executable (for \"external\" mode)",
305+
"scope": "resource",
306+
"type": "string"
307+
},
302308
"haskell.plugin.gadt.globalOn": {
303309
"default": true,
304310
"description": "Enables gadt plugin",

0 commit comments

Comments
 (0)