Debug with terminal to get interactive stdin

This commit is contained in:
Brandon Dyck 2023-06-08 08:01:21 -06:00
parent 0d36ba4a52
commit 64fdd430be

2
.vscode/launch.json vendored
View File

@ -12,7 +12,7 @@
"program": "${workspaceFolder}/bin/Debug/net7.0/finn.dll", "program": "${workspaceFolder}/bin/Debug/net7.0/finn.dll",
"args": [], "args": [],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"console": "internalConsole", "console": "integratedTerminal",
"stopAtEntry": false "stopAtEntry": false
}, },
{ {