FileSqlServerSync/Server/.vscode/launch.json
zhaoyouya 46315ba760 chore: 添加sqlite 数据库,remote server 增加一些接口
添加了一些数据模型,添加了一些简单的单元测试
2024-10-12 21:57:45 +08:00

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