lsp: Don't import SymbolServer for Julia anymore, it's not necessary

This commit is contained in:
Blaž Hrastnik 2021-09-07 13:05:20 +09:00
parent 4cc562318a
commit 3cbdc057de

View file

@ -224,7 +224,6 @@ language-server = { command = "julia", args = [
using LanguageServer;
using Pkg;
import StaticLint;
import SymbolServer;
env_path = dirname(Pkg.Types.Context().env.project_file);
server = LanguageServer.LanguageServerInstance(stdin, stdout, env_path, "");