1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-07 23:07:01 +09:00

Point launch.json to new build directory

This commit is contained in:
Leon Gebler 2024-02-15 23:37:31 +01:00
parent bfe1d342a7
commit 8c56181bd4

4
.vscode/launch.json vendored
View file

@ -7,7 +7,7 @@
"request": "launch",
"program": "dotnet",
"args": [
"${workspaceRoot}/PerformanceCalculator/bin/Debug/net5.0/PerformanceCalculator.dll",
"${workspaceRoot}/PerformanceCalculator/bin/Debug/net8.0/PerformanceCalculator.dll",
"place-your-arguments-here (launch.json)"
],
"cwd": "${workspaceRoot}",
@ -21,7 +21,7 @@
"request": "launch",
"program": "dotnet",
"args": [
"${workspaceRoot}/PerformanceCalculator/bin/Release/net5.0/PerformanceCalculator.dll",
"${workspaceRoot}/PerformanceCalculator/bin/Release/net8.0/PerformanceCalculator.dll",
"place-your-arguments-here (launch.json)"
],
"cwd": "${workspaceRoot}",