add reload, send tasks. add reporter and build tasks

This commit is contained in:
sadan 2024-08-20 19:37:44 -04:00
parent 7fe1b2dbd4
commit 982b52d6e9
No known key found for this signature in database
2 changed files with 24 additions and 1 deletions

14
.vscode/tasks.json vendored
View file

@ -12,6 +12,18 @@
"isDefault": true
}
},
{
// for use with the vencord companion extension
"label": "BuildCompanionReporter",
"type": "shell",
"command": "pnpm build --dev --reporter --companion-test"
},
{
"label": "BuildDev",
"type": "shell",
"command": "pnpm build --dev",
"group": "build"
},
{
"label": "Watch",
"type": "shell",
@ -22,4 +34,4 @@
}
}
]
}
}