mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
add reload, send tasks. add reporter and build tasks
This commit is contained in:
parent
7fe1b2dbd4
commit
982b52d6e9
2 changed files with 24 additions and 1 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue