view .vscode/launch.json @ 278:6691aff01de1 v3

Implab: added XmlDefaultSeializer (SerializersPool is now obsolete) Implab.ServiceHost: rewritten TypeReference (added support for nested types), stable API
author cin
date Thu, 03 May 2018 09:59:44 +0300
parents 6b3e5c48131b
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"
        }
    ]
}