Mercurial > pub > ImplabNet
annotate .vscode/launch.json @ 281:e0916ddc9950 v3 tip
code cleanup and refactoring
author | cin |
---|---|
date | Fri, 01 Jun 2018 21:35:24 +0300 |
parents | 6b3e5c48131b |
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 } |