Mercurial > pub > ImplabNet
annotate .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 |
rev | line source |
---|---|
240 | 1 { |
2 "version": "0.2.0", | |
3 "configurations": [ | |
4 { | |
267 | 5 "name": ".NET Core Launch (console)", |
6 "type": "coreclr", | |
240 | 7 "request": "launch", |
8 "preLaunchTask": "build", | |
267 | 9 "program": "${workspaceRoot}/Implab.Playground/bin/Debug/netcoreapp2.0/Implab.Playground.dll", |
240 | 10 "args": [ |
267 | 11 "-f", "netcoreapp2.0" |
240 | 12 ], |
267 | 13 "cwd": "${workspaceRoot}/Implab.Playground", |
14 "stopAtEntry": false, | |
15 "console": "internalConsole" | |
240 | 16 } |
17 ] | |
18 } |