Update DevComp to PR

This commit is contained in:
thororen1234 2025-01-09 10:37:02 -05:00
parent 218dadbe04
commit 93ec8dbe7a
10 changed files with 58 additions and 16 deletions

View file

@ -18,5 +18,6 @@
"domain": "codeberg.org",
"type": "Gitea"
}
]
}
],
"equicord-companion.showSidebar": true,
}

21
.vscode/tasks.json vendored
View file

@ -31,6 +31,25 @@
"command": "pnpm build --dev",
"group": "build"
},
{
// for use with the vencord companion extension
"label": "Build Companion Reporter",
"type": "shell",
"command": "pnpm build --dev --reporter --companion-test",
"presentation": {
"echo": true,
"reveal": "silent",
"panel": "shared",
"showReuseMessage": true,
"clear": true
}
},
{
"label": "Build Dev",
"type": "shell",
"command": "pnpm build --dev",
"group": "build"
},
{
"label": "Watch",
"type": "shell",
@ -41,4 +60,4 @@
}
}
]
}
}