FileSqlServerSync/Server/.vscode/launch.json

18 lines
497 B
JSON
Raw Normal View History

{
"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"
}
},
]
}