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

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": []
} }