{ "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceRoot}\\MinioCoreTest\\bin\\Debug\\netcoreapp1.0\\MinioCoreTest.dll", "args": [], "cwd": "${workspaceRoot}", "externalConsole": false, "stopAtEntry": false, "internalConsoleOptions": "openOnSessionStart" }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach", "processId": "${command.pickProcess}" } ] }