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

Get initialization options from document uri #692

Closed

Commits on Jun 12, 2023

  1. Get initialization options from document uri

    For some LS the determination of LS initialization options depends on
    the first uri to be opened and not on the first project or path.
    Therefor the
    getInitializationOptionsFromUri(URI) method has been added to the
    StreamConnectionProvider interface. It will be called when
    getInitializationOptions(URI) returns null.
    
    fixes eclipse#683 eclipse#684
    ghentschke committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5ca7c70 View commit details
    Browse the repository at this point in the history