I am now to julia and have been using the VSCode extension for working on my project and writing julia code.
Everytime I launch julia, I have to run the file, which then opens the REPL. From here, it errors on package installs. I then have to right click the root folder (the top level folder of the project) and select “change to this directory.” From there, I have to open the package manager ( ]
) and type activate .
Then, running the project will work as normal, and I am able to rerun the project without repeating these steps for that session. When I restart the REPL, I have to repeat this process. Is there a way to automate this task? It would be a nice quality of life change.
Thanks!