1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 02:32:59 +08:00

Fix VSCode Restore task

This commit is contained in:
ekrctb 2019-02-06 12:02:04 +09:00
parent 43d66b2e90
commit 0e3a087ed3

3
.vscode/tasks.json vendored
View File

@ -70,7 +70,8 @@
"type": "shell",
"command": "dotnet",
"args": [
"restore"
"restore",
"osu.sln"
],
"problemMatcher": []
}