mirror of https://github.com/SixLabors/ImageSharp
12 changed files with 26 additions and 17 deletions
@ -0,0 +1,23 @@ |
|||||
|
{ |
||||
|
"version": "0.2.0", |
||||
|
"configurations": [ |
||||
|
{ |
||||
|
"name": ".NET Core Launch (console)", |
||||
|
"type": "coreclr", |
||||
|
"request": "launch", |
||||
|
"preLaunchTask": "build", |
||||
|
"program": "${workspaceRoot}\\build\\bin\\Debug\\netcoreapp1.1\\build.dll", |
||||
|
"args": [], |
||||
|
"cwd": "${workspaceRoot}\\build", |
||||
|
"console": "internalConsole", |
||||
|
"stopAtEntry": false, |
||||
|
"internalConsoleOptions": "openOnSessionStart" |
||||
|
}, |
||||
|
{ |
||||
|
"name": ".NET Core Attach", |
||||
|
"type": "coreclr", |
||||
|
"request": "attach", |
||||
|
"processId": "${command:pickProcess}" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
Loading…
Reference in new issue