view .vscode/launch.json @ 0:b586cccc3d59 default tip

First commit under GPLv3!
author IBBoard <dev@ibboard.co.uk>
date Sat, 06 Oct 2018 20:15:02 +0100
parents
children
line wrap: on
line source

{
    // 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": "Launch SGA Explorer",
            "type": "mono",
            "request": "launch",
            "program": "${workspaceRoot}/bin/Debug/SGAExplorer.exe",
            "cwd": "${workspaceRoot}"
        }
    ]
}