Hello,
when I run a line using Alt+Enter in VS Code I get the output in the Julia Console. I know there’s an option to instead get it to display in-line in the file, but I cannot find it. What is the option called?
Hello,
when I run a line using Alt+Enter in VS Code I get the output in the Julia Console. I know there’s an option to instead get it to display in-line in the file, but I cannot find it. What is the option called?
In the extension settings: “Execution: Result Type”.
You can choose between REPL, inline or both.
Great! Thanks a lot, that worked