view .vscode/launch.json @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents fa6cbf4d8841
children
line wrap: on
line source

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": ".NET Core Launch (console)",
            "type": "coreclr",
            "request": "launch",
            "preLaunchTask": "build",
            "program": "${workspaceRoot}/Implab.Playground/bin/Debug/netcoreapp2.0/Implab.Playground.dll",
            "args": [
                "-f", "netcoreapp2.0"
            ],
            "cwd": "${workspaceRoot}/Implab.Playground",
            "stopAtEntry": false,
            "console": "internalConsole"
        }
    ]
}