mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 21:33:04 +08:00
Fix VSCode Restore task
This commit is contained in:
parent
43d66b2e90
commit
0e3a087ed3
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@ -70,7 +70,8 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "dotnet",
|
"command": "dotnet",
|
||||||
"args": [
|
"args": [
|
||||||
"restore"
|
"restore",
|
||||||
|
"osu.sln"
|
||||||
],
|
],
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user