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
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

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