mirror of
https://github.com/ppy/osu
synced 2025-02-06 21:32:00 +00:00
Fix capitalization of launch tasks
This commit is contained in:
parent
e83cb91185
commit
76cf0e55a6
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -18,7 +18,7 @@
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "osu! (debug)",
|
||||
"name": "osu! (Debug)",
|
||||
"windows": {
|
||||
"type": "clr"
|
||||
},
|
||||
@ -32,7 +32,7 @@
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "osu! (release)",
|
||||
"name": "osu! (Release)",
|
||||
"windows": {
|
||||
"type": "clr"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user