Files
qhmes/yy-admin-master/.vscode/launch.json

16 lines
451 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "YY.Admin 一键启动",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "YY.Admin: build",
"program": "${workspaceFolder}/YY.Admin/bin/Debug/net8.0-windows10.0.19041/win-x64/YY.Admin.exe",
"cwd": "${workspaceFolder}/YY.Admin/bin/Debug/net8.0-windows10.0.19041/win-x64",
"console": "internalConsole",
"stopAtEntry": false
}
]
}