Skip to content

Instantly share code, notes, and snippets.

@vmiheer
Created August 31, 2021 00:32
Show Gist options
  • Save vmiheer/f5ff60d2b6cc37317c571aeee8b6b52c to your computer and use it in GitHub Desktop.
Save vmiheer/f5ff60d2b6cc37317c571aeee8b6b52c to your computer and use it in GitHub Desktop.
Way to install julia-lsp for julia 1.6

Install lsp server

] # enter package mode
add LanguageServer#master
add SymbolServer
add PackageCompiler
# escape to return to julia interpreter
using Pkg
create_sysimage(:LanguageServer, sysimage_path="/path/to/languageserver.so")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment