This commit is contained in:
2023-04-08 13:48:53 +03:00
parent d7a5cb5a64
commit 54a68d635d

6
.vscode/launch.json vendored
View File

@@ -6,9 +6,9 @@
"type": "coreclr", "type": "coreclr",
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
"program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0/DiscordBotUI.exe", "program": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0/DiscordBotUI.dll",
"args": [], "args": [],
"cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/bin/Debug/net7.0", "cwd": "${workspaceFolder}/DiscordBotPlugins/DiscordBotUI/",
"stopAtEntry": false, "stopAtEntry": false,
"console": "externalTerminal", "console": "externalTerminal",
"serverReadyAction": { "serverReadyAction": {
@@ -31,7 +31,7 @@
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // 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": [], "args": [],
"cwd": "${workspaceFolder}/DiscordBot/bin/Debug/net6.0", "cwd": "${workspaceFolder}/DiscordBot/bin/Debug/net6.0",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console