Launch Web

This commit is contained in:
Paul Schneider
2025-07-30 15:50:08 +01:00
parent e7e5fa4988
commit 8d36f198d1

4
.vscode/launch.json vendored
View File

@ -26,9 +26,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/<target-framework>/<project-name.dll>",
"program": "${workspaceFolder}/src/Yavsc/bin/Debug/net9.0/Yavsc.dll",
"args": [],
"cwd": "${workspaceFolder}",
"cwd": "${workspaceFolder}/src/Yavsc",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",