Mercurial > pub > ImplabNet
diff .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 |
line wrap: on
line diff
--- a/.vscode/launch.json Mon Apr 16 19:45:18 2018 +0300 +++ b/.vscode/launch.json Fri Apr 20 19:05:12 2018 +0300 @@ -1,39 +1,18 @@ { "version": "0.2.0", "configurations": [ - { - "name": "Launch webserver", - "type": "mono", + "name": ".NET Core Launch (console)", + "type": "coreclr", "request": "launch", - "program": "/usr/lib/mono/4.5/xsp4.exe", - "args":[ - "--root=.", - "--port=8081", - "-v", - "--printlog" - ], "preLaunchTask": "build", - "cwd": "${workspaceRoot}/Pallada.PoiskAvia.Web", - "runtimeExecutable": null, - "env": {}, - "console": "integratedTerminal" - },{ - "name": "Launch model tests", - "type": "mono", - "request": "launch", - "program": "${env:HOME}/.nuget/packages/nunit.consolerunner/3.7.0/tools/nunit3-console.exe", + "program": "${workspaceRoot}/Implab.Playground/bin/Debug/netcoreapp2.0/Implab.Playground.dll", "args": [ - "${workspaceRoot}/Pallada.PoiskAvia.Model.Test/bin/Debug/net45/Pallada.PoiskAvia.Model.Test.mono.dll", - "--where=\"cat==Debug\"", - "--labels='On'", - "--inprocess", - "--workers=1" + "-f", "netcoreapp2.0" ], - "preLaunchTask": "build", - "console": "internalConsole", - "internalConsoleOptions": "openOnSessionStart", - "cwd": "${workspaceRoot}/Pallada.PoiskAvia.Model.Test/" + "cwd": "${workspaceRoot}/Implab.Playground", + "stopAtEntry": false, + "console": "internalConsole" } ] } \ No newline at end of file