I installed julia-1.6 and VS Code both in my Applications folder. Then I got the Julia extension from the VS Code Marketplace.
As this extension does not find my Julia installation automatically, I shoud set the julia.executablePath to point to the Julia executable.
However, this is not listed in the User Settings.
Does anybody know how in this case VS Code can find the Julia installation?
I canāt help here as I donāt have a MacOS to check or to try.
You can try to just comment out the lines which produces errors by putting // in front of the line. I think it isnāt a big problem if you just remove or rename launch.json so that it isnāt used, but I donāt know really. Some of my projects do have a launch.json, others not. So I am not sure here.