Could not start the julia language server. Make sure the configuration setting julia.executablePath points to the julia binary.
VSCode julia 配置路径:
打开julia

查看应用程序路径

VSCode 中 command + , 打开配置,添加
"julia.executablePath": "/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia"

本文详细介绍了如何解决VSCode中Julia语言服务器无法启动的问题。通过设置julia.executablePath到Julia二进制文件的具体路径,确保VSCode能够正确地识别并运行Julia环境。

2099

被折叠的 条评论
为什么被折叠?



