finally rename it

This commit is contained in:
Adam R Grey 2022-05-03 14:54:58 -04:00
parent 073b7f1cf0
commit 751ecf2e30
3 changed files with 4 additions and 4 deletions

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net6.0/silverworker-discord.dll",
"program": "${workspaceFolder}/bin/Debug/net6.0/shtikbot-discord.dll",
"args": [],
"cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

6
.vscode/tasks.json vendored
View File

@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/silverworker-discord.csproj",
"${workspaceFolder}/shtikbot-discord.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/silverworker-discord.csproj",
"${workspaceFolder}/shtikbot-discord.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@ -32,7 +32,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/silverworker-discord.csproj",
"${workspaceFolder}/shtikbot-discord.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],