mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 06:09:55 +08:00
Fix VSCode Restore task
This commit is contained in:
Vendored
+2
-1
@@ -70,7 +70,8 @@
|
||||
"type": "shell",
|
||||
"command": "dotnet",
|
||||
"args": [
|
||||
"restore"
|
||||
"restore",
|
||||
"osu.sln"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user