Juliaup and VS Code

I have the juliaup package to manage my Julia version (and update Julia). With 1.9 arriving, I did a

juliaup update

command to get the latest version. Unfortunately, I ran into the following trouble when I tried to open a Julia REPL in VS Code after this:
image

What is the recommended way around this?

When I check my Julai extension settings I see this:
image

Have you tried restarting VSCode after you updated Julia?

2 Likes

That is a bit embarrassing. Yes, that is the solution, thanks a lot for the help!