launch.json
17 lines
| 543 B
| application/json
|
JsonLexer
/ .vscode / launch.json
|
|
r240 | { | |
| "version": "0.2.0", | |||
| "configurations": [ | |||
| { | |||
|
|
r267 | "name": ".NET Core Launch (console)", | |
| "type": "coreclr", | |||
|
|
r240 | "request": "launch", | |
| "preLaunchTask": "build", | |||
|
|
r267 | "program": "${workspaceRoot}/Implab.Playground/bin/Debug/netcoreapp2.0/Implab.Playground.dll", | |
|
|
r240 | "args": [ | |
|
|
r267 | "-f", "netcoreapp2.0" | |
|
|
r240 | ], | |
|
|
r267 | "cwd": "${workspaceRoot}/Implab.Playground", | |
| "stopAtEntry": false, | |||
| "console": "internalConsole" | |||
|
|
r240 | } | |
| ] | |||
| } |
