opened 08:46AM - 05 Jul 19 UTC
bug
area-code-execution
There seems to be an issue with the new terminal communication and reading stdin…. Executing the file
```julia
for n in 1:5
println(n)
readline()
end
```
through vscode will drop back to the REPL prompt after the first iteration. Loading the same file with include() works as expected.
Version: 0.12.0-beta.2
OS: Windows 10