I have been using Julia on VSCode using its Julia extension. I forgot since when, but pressing the triangle button in the upper right corresponding to "Julia: Run file in new process" does not end up in the Julia extension recognizing the output. For example, if I run the following julia code:
x = 1
A new 'task' is executed but the workspace in the left pane remains empty! I have never seen this 'task' thing before
. I am attaching a screenshot.
I have tried reinstalling Julia, VSCode, the Julia extension, but it seems not to work. How can I solve this issue?