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