1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Merge pull request #4213 from ekrctb/vscode-task-restore-fix

Fix VSCode Restore task
This commit is contained in:
Dan Balasescu 2019-02-06 12:12:30 +09:00 committed by GitHub
commit 0d6ce3b8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.vscode/tasks.json vendored
View File

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