mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 14:23:34 +01:00
22 lines
754 B
JSON
22 lines
754 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": ".NET Core Launch (WireMock.Net.StandAlone.NETCoreApp)",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build_WireMock.Net.StandAlone.NETCoreApp",
|
|
"program": "${workspaceRoot}/examples/WireMock.Net.StandAlone.NETCoreApp/bin/Debug/netcoreapp2.0/WireMock.Net.StandAlone.NETCoreApp.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}",
|
|
"stopAtEntry": false,
|
|
"console": "internalConsole"
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"type": "coreclr",
|
|
"request": "attach",
|
|
"processId": "${command:pickProcess}"
|
|
}
|
|
]
|
|
} |