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

InitializeParams should include an empty ClientCapabilities #2314

Conversation

kaloyan-raev
Copy link
Contributor

What does this PR do?

Sets client capabilities property in the InitializeParams object.

What issues does this PR fix or reference?

felixfbecker/php-language-server#6 (comment)

PR type

  • Minor change = no change to existing features or docs
  • Major change = changes existing features or docs

Minor change checklist

  • New API required?
  • API updated
  • Tests provided / updated
  • Tests passed

The protocol specifies that the InitializeParams object contains a
capabilities property. Eclipse Che does not define it, so there are
language servers that fails to initialize because of this.

Signed-off-by: Kaloyan Raev kaloyan.r@zend.com

The protocol specifies that the InitializeParams object contains a
capabilities property. Eclipse Che does not define it, so there are
language servers that fails to initialize because of this.

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
@codenvy-ci
Copy link

Can one of the admins verify this patch?

@felixfbecker
Copy link

@TylerJewell
Copy link

@evidolob @vparfonov - can you please review and approve? Let's target this for M2.

@TylerJewell TylerJewell added the kind/enhancement A feature request - must adhere to the feature request template. label Sep 9, 2016
@TylerJewell TylerJewell added this to the 5.0.0-M2 milestone Sep 9, 2016
@tolusha tolusha closed this Sep 16, 2016
@kaloyan-raev
Copy link
Contributor Author

@tolusha I see the language-server branch is merged to master, but this change was not included.

Do I miss anything?

Should I open a new PR to master?

@tolusha
Copy link
Contributor

tolusha commented Sep 16, 2016

@kaloyan-raev Yes pls, make PR to master.

@kaloyan-raev kaloyan-raev deleted the client-capabilities branch September 16, 2016 10:34
@kaloyan-raev
Copy link
Contributor Author

Done - #2466

@riuvshin riuvshin modified the milestones: 5.0.0-M3, 5.0.0-M2 Sep 20, 2016
@kaloyan-raev kaloyan-raev mentioned this pull request Sep 26, 2016
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants