{ "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" } ] }