Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
[vscode] Use local path for bsb and refmt (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored and freebroccolo committed May 23, 2018
1 parent d2cc25d commit b05a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"reason.path.bsb": {
"type": "string",
"default": "bsb",
"default": "./node_modules/bs-platform/lib/bsb.exe",
"description": "The path to the `bsb` binary."
},
"reason.path.ocamlfind": {
Expand Down

0 comments on commit b05a9c9

Please sign in to comment.