From 61126eb84ec1b35a0ce55919b431094daa15e39b Mon Sep 17 00:00:00 2001 From: Noi Date: Mon, 16 Jan 2023 21:28:05 -0800 Subject: [PATCH] Explicit config path in args --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fcd7256..23c8edb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. "program": "${workspaceFolder}/bin/Debug/net6.0/BirthdayBot.dll", - "args": [], + "args": [ "-c", "${workspaceFolder}/bin/Debug/net6.0/settings.json" ], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole",