2 changed files with 0 additions and 39 deletions
@ -1,23 +0,0 @@ |
|||
{ |
|||
"version": "0.2.0", |
|||
"configurations": [ |
|||
{ |
|||
"name": ".NET Core Launch (console)", |
|||
"type": "coreclr", |
|||
"request": "launch", |
|||
"preLaunchTask": "build", |
|||
"program": "${workspaceRoot}\\samples\\ControlCatalog.NetCore\\bin\\Debug\\netcoreapp1.1\\ControlCatalog.NetCore.dll", |
|||
"args": [], |
|||
"cwd": "${workspaceRoot}\\samples\\ControlCatalog.NetCore", |
|||
"console": "internalConsole", |
|||
"stopAtEntry": false, |
|||
"internalConsoleOptions": "openOnSessionStart" |
|||
}, |
|||
{ |
|||
"name": ".NET Core Attach", |
|||
"type": "coreclr", |
|||
"request": "attach", |
|||
"processId": "${command:pickProcess}" |
|||
} |
|||
] |
|||
} |
|||
@ -1,16 +0,0 @@ |
|||
{ |
|||
"version": "0.1.0", |
|||
"command": "dotnet", |
|||
"isShellCommand": true, |
|||
"args": [], |
|||
"tasks": [ |
|||
{ |
|||
"taskName": "build", |
|||
"args": [ |
|||
"${workspaceRoot}\\samples\\ControlCatalog.NetCore\\ControlCatalog.NetCore.csproj" |
|||
], |
|||
"isBuildCommand": true, |
|||
"problemMatcher": "$msCompile" |
|||
} |
|||
] |
|||
} |
|||
Loading…
Reference in new issue