Skip to content

Commit

Permalink
Merge pull request #387 from jeremejevs/patch-1
Browse files Browse the repository at this point in the history
Update languageserver.sh to support Julia 1.0
  • Loading branch information
davidanthoff authored Sep 6, 2019
2 parents cd7cfab + e0cf1dd commit fe9d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/languageserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while [[ $# -gt 0 ]]
done

$JULIABIN --startup-file=no --history-file=no -e \
"using LanguageServer; server = LanguageServer.LanguageServerInstance(STDIN, STDOUT, $DEBUG); server.runlinter = true; run(server);" \
"using LanguageServer; import SymbolServer; server = LanguageServer.LanguageServerInstance(stdin, stdout, $DEBUG); server.runlinter = true; run(server);" \
<&0 >&1 &

PID=$!
Expand Down

0 comments on commit fe9d9bd

Please sign in to comment.