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

feat: get_project_language_server #839

Closed
wants to merge 1 commit into from

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Oct 10, 2020

Adds a function to get the project's language server

Analogous to julia-vscode/SymbolServer.jl#190

TODO

Add tests

@davidanthoff
Copy link
Member

What is the motivation for this? This package is really meant to be used by editor integrations, and they will most likely need something that is a bit more robust than this, right?

In general I'd like to keep the API surface area of this package small, and ideally move things like this to an examples or contrib folder where we don't make guarantees that this is part of the official API.

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.

2 participants