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

Language server #1372

Merged
merged 3 commits into from
May 27, 2016
Merged

Commits on May 27, 2016

  1. [lsp] added a language server registrant that checks for local jar fi…

    …les and runs them, if they are of the form ‘fileextension-languageserver.jar’
    
    Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
    svenefftinge committed May 27, 2016
    Configuration menu
    Copy the full SHA
    e7fb9de View commit details
    Browse the repository at this point in the history
  2. [lsp] uris need to be absolute

    Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
    svenefftinge committed May 27, 2016
    Configuration menu
    Copy the full SHA
    9802ca8 View commit details
    Browse the repository at this point in the history
  3. [lsp] fix didChange, process completion item without textedit

    Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
    svenefftinge committed May 27, 2016
    Configuration menu
    Copy the full SHA
    3f15489 View commit details
    Browse the repository at this point in the history