{
    // 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": "run cli",
            "program": "${workspaceFolder}/bin/cli.js",
            "request": "launch",
            "skipFiles": [
                "<node_internals>/**"
            ],
            "args": [
                // "-s",
                // "127.7.7.7",
                // "sherpa",
                // "nerpa",
                // "This is a NEW comment...",
                // "-r",
                // "127.7.7.7",
                "-g",
                "#hostman",
            ],
            "type": "pwa-node",
        }
    ]
}