From 54a68d635db7fc9a456c273bbfe08acdc49389f9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 8 Apr 2023 13:48:53 +0300 Subject: [PATCH] --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0928561..73ee005 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,9 +6,9 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0/DiscordBotUI.exe", + "program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0/DiscordBotUI.dll", "args": [], - "cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0", + "cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/", "stopAtEntry": false, "console": "externalTerminal", "serverReadyAction": { @@ -31,7 +31,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/DiscordBot/bin/Debug/net6.0/DiscordBot.exe", + "program": "${workspaceFolder}/DiscordBot/bin/Debug/net6.0/DiscordBot.dll", "args": [], "cwd": "${workspaceFolder}/DiscordBot/bin/Debug/net6.0", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console