Update VSCode restore instructions.

Use slnf when dotnet.exe knows it.
This commit is contained in:
Huo Yaoyuan 2019-10-30 23:07:22 +08:00
parent c95052b10f
commit e57e9a3817

2
.vscode/tasks.json vendored
View File

@ -100,7 +100,7 @@
"command": "dotnet", "command": "dotnet",
"args": [ "args": [
"restore", "restore",
"osu.sln" "build/Desktop.proj"
], ],
"problemMatcher": [] "problemMatcher": []
} }