fix: address terminal input problem

This commit is contained in:
Giovani
2021-06-15 17:28:57 -04:00
parent bd993fc9f1
commit 0c73b5ec25
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"
}
]