Skip to content

Commit

Permalink
Fix ocaml sandbox setting for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Nov 11, 2024
1 parent eb7f90c commit 7fe669a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
// https://github.com/ocamllabs/vscode-ocaml-platform/issues/984
"ocaml.sandbox": {
"kind": "global",
"kind": "custom",
"template": "direnv exec ${firstWorkspaceFolder} $prog $args",
},
}

0 comments on commit 7fe669a

Please sign in to comment.