view .vscode/launch.json @ 0:8439bec53421

Initial commit under the GPLv3
author IBBoard <dev@ibboard.co.uk>
date Sat, 06 Oct 2018 20:00:56 +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 IChunky Viewer",
            "type": "mono",
            "request": "launch",
            "program": "${workspaceRoot}/bin/Debug/IChunkyViewer.exe",
            "cwd": "${workspaceRoot}"
        }
    ]
}