atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
388 stars 78 forks source link

Support non-boolean server capabilities + update dependencies #285

Closed alexheretic closed 4 years ago

alexheretic commented 4 years ago

Server capabilities which were boolean are no longer only booleans. This PR adds initial support for non-boolean server capabilities by at least not treating them as false.

I've also update the language server types dependencies, typescript version + some of the dev-dependencies.

This fix is also available in my fork:

"dependencies": {
  "atom-languageclient": "github:alexheretic/atom-languageclient#build",
}
hoihoi500 commented 4 years ago

Added a updated nean bootclean server cap, to test my buseniss. GR