-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I am on Zed 0.133.7 (622f0884d6e364deacdf31767632b29a5d216201). The extension version is v0.1.1
Apart from the syntax highlighting nothings work for me. Go to definition does nothing. All variables inside functions report "Julia: Missing reference: ", etc.
The following is a subset of the logs. (many more lines with identical error messages are present)
2024-05-21T13:48:38+02:00 [WARN] Generic lsp request to julia failed: server shut down
2024-05-21T13:48:38+02:00 [ERROR] crates/project/src/project.rs:6949: server shut down
2024-05-21T13:48:39+02:00 [ERROR] crates/editor/src/editor.rs:8417: failed to format via language serverCaused by:
server shut down
2024-05-21T13:48:39+02:00 [ERROR] crates/project/src/project.rs:2710: sending into a closed channel
I have also installed the Julia Language Server (https://github.com/julia-vscode/LanguageServer.jl)
Are there any steps I have not followed here or could anyone provide me with "installation instructions" or the like?
Thanks in advance,
whiterock