<div dir="ltr"><div>Hello. I have tried setting up Julia's LanguageServer.jl  on Kate but it currently does not work. Here is my configuration:<br></div>```json<br>{<br>    "servers": {<br>        "julia": {<br>             "command": ["julia",<br>                         "--project/home/tricks/.julia/packages/LanguageServer/y1ebo/src/", <br>                         "--startup-file=no", <br>                         "--history-file=no", <br>                         "--sysimage=/home/tricks/Developer/Julia/julials.so", <br>                         "--sysimage-native-code=yes",<br>                         "-e", <br>                         "using Pkg; Pkg.instantiate(); using LanguageServer; using SymbolServer; depot_path = get(ENV, \"JULIA_DEPOT_PATH\", \"\");project_path = dirname(something(Base.current_project(pwd()), Base.load_path_expand(LOAD_PATH[2])));@info \"Running language server\" env=Base.load_path()[1] pwd() project_path depot_path\nserver = LanguageServer.LanguageServerInstance(stdin, stdout, project_path, depot_path);server.runlinter = true; run(server);"<br>                        ],<br>              "url": "<a href="https://github.com/julia-vscode/LanguageServer.jl">https://github.com/julia-vscode/LanguageServer.jl</a>",<br>              "highlightingModeRegex": "^Julia$"<br>        }<br>    }<br>}<br><div>```</div><div>Even without using the sysimage, the server still crashes. The logs are attached to this email named as julials.log. If I missed something, are there any ways to make LanguageServer.jl work on Kate?<br></div></div>

<br>
<font face="Courier New" size="1">---</font><div><font face="Courier New" size="1"><b><span style="color:rgb(51,51,51);background-color:rgb(255,255,255)">DISCLAIMER </span><font color="#333333">AND CONFIDENTIALITY NOTICE</font></b><span style="color:rgb(51,51,51);background-color:rgb(255,255,255)"> The <a href="http://www.iit.edu.ph/" target="_blank">Mindanao State University-Iligan Institute of Technology</a> (MSU-IIT) makes no warranties of any kind, whether expressed or implied, with respect to the MSU-IIT e-mail resources it provides. MSU-IIT will not be responsible for damages resulting from the use of MSU-IIT e-mail resources, including, but not limited to, loss of data resulting from delays, non-deliveries, missed deliveries, service interruptions caused by the negligence of a MSU-IIT employee, or by the User's error or omissions. MSU-IIT specifically denies any responsibility for the accuracy or quality of information obtained through MSU-IIT e-mail resources, except material represented as an official MSU-IIT record. </span><span style="color:rgb(51,51,51)">Any views expressed in this e-mail are those of the individual sender and may not necessarily reflect the views of MSU-IIT, except where the message states otherwise and the sender is authorized to state them to be the views of MSU-IIT. </span><span style="color:rgb(51,51,51)">The information contained in this e-mail, including those in its attachments, is confidential and intended only for the person(s) or entity(ies) to which it is addressed. If you are not an intended recipient, you must not read, copy, store, disclose, distribute this message, or act in reliance upon the information contained in it. If you received this e-mail in error, please contact the sender and delete the material from any computer or system.</span></font></div>