Skip to content

Commit

Permalink
julia language-server line was plain wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
wesh authored and pickfire committed Jul 5, 2021
1 parent aa70362 commit 3c31f50
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,23 +171,7 @@ scope = "source.julia"
injection-regex = "julia"
file-types = ["jl"]
roots = []

args = [
"--startup-file=no",
"--history-file=no",
"-e",
"""
using LanguageServer;
using Pkg;
import StaticLint;
import SymbolServer;
env_path = dirname(Pkg.Types.Context().env.project_file);
server = LanguageServer.LanguageServerInstance(stdin, stdout, env_path, "");
server.runlinter = true;
run(server);
""",
]
language-server = { command = "julia", args = [ "--startup-file=no", "--history-file=no", "-e", "using LanguageServer;using Pkg;import StaticLint;import SymbolServer;env_path = dirname(Pkg.Types.Context().env.project_file);server = LanguageServer.LanguageServerInstance(stdin, stdout, env_path, \"\");server.runlinter = true;run(server);" ] }
indent = { tab-width = 2, unit = " " }

# [[language]]
Expand Down

0 comments on commit 3c31f50

Please sign in to comment.