Julia VS Code: Get output in file rather than in the console

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.

4 Likes

Great! Thanks a lot, that worked :slight_smile: