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
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.