1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 19:00:05 +08:00

Fix VSCode Restore task

This commit is contained in:
ekrctb
2019-02-06 12:02:04 +09:00
Unverified
parent 43d66b2e90
commit 0e3a087ed3
+2 -1
View File
@@ -70,7 +70,8 @@
"type": "shell",
"command": "dotnet",
"args": [
"restore"
"restore",
"osu.sln"
],
"problemMatcher": []
}