hackwaly / vscode-ocaml-debugger

OCaml debugger for VS Code
14 stars 4 forks source link

Property dotMerlins is not allowed #10

Closed victorvianna closed 4 years ago

victorvianna commented 4 years ago

vscode version 1.41.1 extension version 0.1.2 launch.json: { "version": "0.2.0", "configurations": [ { "name": "OCaml Debug", "type": "ocaml-debugger", "request": "launch", "program": "${workspaceRoot}/_build/default/bin/main.bc", "dotMerlins": [ / ... / ] } ] }