edit your configuration settings, execute the Preferences: Open User Settings command (you can also access it via the menu File->Preferences->Settings ), and then make sure your user settings include the julia.executablePath setting. The format of the string should follow your platform specific conventions, and be aware that the backlash \ is the escape character in JSON, so you need to use \\ as the path separator character on Windows.
But since I’m very new to Mac and Julia, I have no clue how to do it. Thank you.
This should add it to your path so vocode can find it.
If you’ve already installed it, but vscode still can’t find julia, I’d recommend starting Julia from the command line, and then running Sys.BINDIR to get the path.
I’ve installed Julia and the path location is /Volumes/Julia-1.8.1/Julia-1.8.app/Contents/Resources/julia/bin
However, when I tried to put this at settings.json in Vscode
it still show me error. How to get the julia executable path and julia environment path?
It kinda hopeless, been installed and uninstalled vs code and julia several times but still don’t work .
Meanwhile,
after several updates and time spending, apparently it works!
I’ve read that M1 chip has lot of issue. I have similar problem installing openLCA. For the julia installation, I change the path, update the Mac and works. For openLCA didn’t work at all so I installed the previous version and then it works.
Make sure you update the the Mac software to the newest version
Make sure the julia is properly installed, it should be inside the Application. If you found it inside your application, drag it to terminal and that’s your location of julia path.
Instead of using default path, change install path to C:\Program Files\ (you may need to run the installer as an Admin) and make sure you add Julia to PATH