diff --git a/.vscode/launch.json b/.vscode/launch.json index e660d983..865f541b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,9 +26,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/bin/Debug//", + "program": "${workspaceFolder}/src/Yavsc/bin/Debug/net9.0/Yavsc.dll", "args": [], - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/src/Yavsc", "stopAtEntry": false, "serverReadyAction": { "action": "openExternally",