<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 14/04/21 02:50, SOC VIRNYL ESTELA
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMJpY3-=xOAuK7c23CQMeoEuucQHXOJZ7NryUq_qPYhgddvVzw@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
          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 size="1" face="Courier New">---</font>
      <div><font size="1" face="Courier New"><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
              moz-do-not-send="true" 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>
    </blockquote>
    <tt>See also <a class="moz-txt-link-freetext" href="https://invent.kde.org/utilities/kate/-/issues/31">https://invent.kde.org/utilities/kate/-/issues/31</a><br>
      That seems to suggest there may be some problem with/in the
      language server ...<br>
      <br>
      Mark<br>
    </tt>
  </body>
</html>