From 64fdd430be1abc292ee8898da3842fead7136cd8 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Thu, 8 Jun 2023 08:01:21 -0600 Subject: [PATCH] Debug with terminal to get interactive stdin --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 221b448..b7f3b16 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "program": "${workspaceFolder}/bin/Debug/net7.0/finn.dll", "args": [], "cwd": "${workspaceFolder}", - "console": "internalConsole", + "console": "integratedTerminal", "stopAtEntry": false }, {