I am trying to debug my code in VS Code.
Presenter in the video JuliaCon 2020 | Using VS Code for Julia development | David Anthoff uses @run macro.
I cannot find it/use it:
julia> @run MyModule.myFunction()
ERROR: LoadError: UndefVarError: @run not defined
in expression starting at REPL[19]:1
Thank you.