// A launch configuration that launches the extension inside a new window
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceFolder}/bin/markdown-pdf",
            "args": ["pdf","./settings.yaml","./README.ja.md"],
        }
    ]
}
