Roblox-File-Format/Plugins/.vscode/tasks.json
CloneTrooper1019 92c6f2d96e 0.413.1.370526
2019-12-22 21:23:06 -06:00

18 lines
336 B
JSON

{
"version": "2.0.0",
"tasks":
[
{
"type": "shell",
"label": "Build Plugin",
"command": "rojo build --output GenerateApiDump.rbxm",
"group":
{
"kind": "build",
"isDefault": true
}
}
]
}