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:
parent
bfe1d342a7
commit
8c56181bd4
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -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}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue