When I execute file (F5 or Command Palette>Julia: Execute File) on MacOS - REPL terminal shows me all code I’ve written - evaluates and shows all lines
Can you check the version of the julia extension on the two systems? They should behave in the same way, but we did change that behavior in a recently released version, so maybe one of your systems is stuck on an old extension version?
Julia version on my PC 1.1.1 and vscode Julia extension 0.12.3
On my MacOs High Sierra(10.13.6) Julia-1.2 and vscode Julia extension 0.11.6 because 0.12 is broken on my Mac, but I don’t care 0.11.6 works very well.
Can you tell me what you mean about behavior ? and what you mean about “the same way” ? - The terminal in the first picture behaves in the wrong way or vice versa …
I was wondering why the code is not echoed when I send a block of code? I see only the output which is not fortunate I would say. Can I change it?
It is more understandable if you run a file to not echo commands but what is the difference between execution of for loop or if blocks and execution a line of println? Thanks for clarification.
I’m unsure whether we should echo code or not, right now we don’t because of this line Maybe we should just echo by default… The only worry I have is that we should probably just visually try to distinguish the echoed code from normal output. Maybe a different color or something?
Do you mind opening an issue for this over at the repo where we could discuss options?