Skip to content

Unsupported file format error #33

Open
@NanaKay007

Description

@NanaKay007

Anytime I run the extension, I get this un-informative error "Unsupported file format". This is my launch.json file:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Ocamlearlybird",
            "type": "ocamlearlybird",
            "request": "launch",
            "program": "${workspaceRoot}/_build/default/src/main/main.exe",
            "console": "integratedTerminal",
            "cwd": "${workspaceRoot}",
            "arguments": ["${workspaceRoot}/src/tests/test_code/parser.mly"],
            "dotMerlins": [
                "${workspaceRoot}/.merlin"
            ],
            "noDebug": false,
            "stopOnEntry": false
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions