18 lines
497 B
JSON
18 lines
497 B
JSON
{
|
|
"configurations": [
|
|
|
|
|
|
{
|
|
"name": "RemoteServer",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}\\RemoteServer\\RemoteServer.csproj",
|
|
"launchConfigurationId": "",
|
|
"serverReadyAction": {
|
|
"action": "openExternally",
|
|
// "pattern": "\\bNow listening on:\\s+https?://\\S+",
|
|
"uriFormat": "http://localhost:6888"
|
|
}
|
|
},
|
|
]
|
|
} |