Fork me on GitHub
#calva
<
2018-10-25
>
dharrigan20:10:16

A question. I normally have vsc open, alongside another terminal where I originally launched the repl (I'm not fond of the terminal embedded within vsc). Is there a way in calva for it to use that external repl by default, i.e., send all data to that. I'm asking since I'm experimenting with a library that is very strict with threads (i.e., can only have one running). Since I'm evaluating my code inside vsc, it's being sent to the embedded terminal/repl. If I try to do anything in the external terminal (where I launched the repl orginally), the library blows up since that other external repl isn't thread-aware of the terminal repl embedded within vsc. Does that make sense?