You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to spec of ServerCapabilities object all LS capabilities are optional.
We should respect that. For now we have NPE when LS don't provide textDocumentSync :
evidolob
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Oct 25, 2016
According to spec of
ServerCapabilities
object all LS capabilities are optional.We should respect that. For now we have NPE when LS don't provide
textDocumentSync
:The text was updated successfully, but these errors were encountered: