patch on discord bot UI

This commit is contained in:
2023-04-08 15:54:39 +03:00
parent 54a68d635d
commit 244209093e
12 changed files with 249 additions and 19 deletions

12
.vscode/tasks.json vendored
View File

@@ -13,6 +13,18 @@
],
"problemMatcher": "$msCompile"
},
{
"label": "buildUI",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/DiscordBotUI.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",