fix: address terminal input problem

This commit is contained in:
2021-06-15 17:28:57 -04:00
parent d100ffd49f
commit d3e72e27be
2 changed files with 7 additions and 5 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "dopey.py",
"args": ["./helloworld.bf"],
"args": ["./test.bf"],
"console": "integratedTerminal"
}
]