Skip to content

Commit

Permalink
lsp: Don't import SymbolServer for Julia anymore, it's not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Sep 7, 2021
1 parent 4cc5623 commit 3cbdc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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, "");
Expand Down

0 comments on commit 3cbdc05

Please sign in to comment.