Skip to content

Commit

Permalink
Add esy dependencies to enable VSCode intellisense (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangdennis committed May 31, 2021
1 parent cc691bd commit 6f472aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/2-middleware/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"@opam/dune": "^2.0",
"ocaml": "4.12.x"
},
"devDependencies": {
// The OCaml Platform for VSCode require ocaml-lsp-server and ocamlfind-secondary to enable intellisense.
"@opam/ocaml-lsp-server": "*",
"@opam/ocamlfind-secondary": "*"
},
"resolutions": {
"@opam/conf-libev": "esy-packages/libev:package.json#0b5eb6685b688649045aceac55dc559f6f21b829"
},
Expand Down

0 comments on commit 6f472aa

Please sign in to comment.