We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a7a27 commit 809da95Copy full SHA for 809da95
README.org
@@ -38,6 +38,7 @@ which may cause issues with lsp-mode, I recommend using [[https://github.com/Jul
38
AOT compile LanguageServer.jl into your julia image. Something like:
39
40
#+BEGIN_EXAMPLE julia
41
+ julia> using Pkg
42
julia> Pkg.add("PackageCompiler")
43
julia> using PackageCompiler
44
julia> create_sysimage(:LanguageServer, sysimage_path="/path/to/languageserver.so")
0 commit comments