Debug with terminal to get interactive stdin
This commit is contained in:
parent
0d36ba4a52
commit
64fdd430be
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user