1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

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",
"args": [
"restore",
"osu.sln"
"build/Desktop.proj"
],
"problemMatcher": []
}