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

pull/724/head
Blaž Hrastnik 2021-09-07 13:05:20 +09:00
parent 4cc562318a
commit 3cbdc057de
1 changed files with 0 additions and 1 deletions

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, "");