diff --git a/.vscode/launch.json b/.vscode/launch.json index 32f539bd..5b376e32 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -83,6 +83,20 @@ "action": "openExternally", "pattern": "\\bNow listening on:\\s+(https?://\\S+)" } + }, + { + "name": "web core", + "type": "coreclr", + "request": "launch", + "program": "${workspaceFolder}/src/Yavsc/bin/Debug/net8.0/Yavsc.dll", + "env": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "cwd": "${workspaceFolder}/src/Yavsc", + "serverReadyAction": { + "action": "openExternally", + "pattern": "\\bNow listening on:\\s+(https?://\\S+)" + } } ] }