Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Julia and Jedi server auto-detection #481

Merged
merged 17 commits into from Jan 17, 2021
Merged

Conversation

krassowski
Copy link
Member

@krassowski krassowski commented Jan 17, 2021

References

Fixes #464

Code changes

User-facing changes

Julia support looks nice I manually tested that following works:

  • notebook (with IJulia)
  • jump to definition
  • completion
  • diagnostics
  • rename
  • signatures

Sadly too slow to start to include in acceptance test - we need to rewrite those to allow for slow servers. Or find out why they are slow. I suspect that there may a multithreding/blocking issue in how juypterlab is started via Popen by robot.

julia

Backwards-incompatible changes

Chores

  • linted
  • tested
  • documented
  • changelog entry

@krassowski krassowski merged commit a06e806 into master Jan 17, 2021
@krassowski krassowski deleted the add-julia-and-jedi branch February 16, 2021 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-detect Julia language server
1 participant