here's current "from-scratch" setup:
git clone git@github.com:arrowresearch/vscode-merlin.git
- Remove
vendor
source frombsconfig
npm install && npm run package
(yarn fails for some reason, didn't investigate), install extension- Upgrade
esy
to 0.6:npm install -g @esy-nightly/esy
- Add
esy.json
to your project:
{
"devDependencies": {
"@opam/ocaml-lsp-server": "*",