Visual code error running Julia: requested but not present in the JLS

I am running a Julia script on the REPL provided by VS code. When launching a line of code, I get a pop up window with the alert “ requested but not present in the JLS” as below
Screenshot from 2024-03-15 13-02-45
What is this alert? How can I get rid of it?
Thank you

Try restarting the language server with the language-julia.restartLanguageServer command. It’s not clear how this happened, but the server-side representation is missing the current document for some reason.