##// END OF EJS Templates
Working on Unity container xml configuration
Working on Unity container xml configuration

File last commit:

r267:6b3e5c48131b v3
r269:ff581cff7003 v3
Show More
launch.json
17 lines | 543 B | application/json | JsonLexer
{
"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"
}
]
}