1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 21:33:04 +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", "type": "shell",
"command": "dotnet", "command": "dotnet",
"args": [ "args": [
"restore" "restore",
"osu.sln"
], ],
"problemMatcher": [] "problemMatcher": []
} }