You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out julia running on native arm and the language server keeps crashing. I tested it on emacs with eglot-jl and on vscode.
It gives these errors
│ e = get_hover failed to convert Expr
└ @ Main ~/.vscode/extensions/julialang.language-julia-1.1.38/scripts/error_handler.jl:5
Warning: Some Julia code in the VS Code extension crashed with
│ e = cfunction: closures are not supported on this platform
└ @ Main ~/.vscode/extensions/julialang.language-julia-1.1.38/scripts/error_handler.jl:5
ERROR: cfunction: closures are not supported on this platform
The text was updated successfully, but these errors were encountered:
I was trying out julia running on native arm and the language server keeps crashing. I tested it on emacs with eglot-jl and on vscode.
It gives these errors
The text was updated successfully, but these errors were encountered: