1
0
Fork 0
php-language-server/src
Kaloyan Raev 7d90df69f4 Make $capabilities initialize param optional
Eclipse Che does not pass ClientCapabilities in InitializeParams. This
works well with other language server, but not with this one.

The issue is resolved by making the $capabilities param optional.
2016-09-02 15:18:22 +03:00
..
Protocol Remove Params / Request / Response classes 2016-08-25 15:28:39 +02:00
ColumnCalculator.php Update 2016-08-25 15:27:14 +02:00
LanguageServer.php Make $capabilities initialize param optional 2016-09-02 15:18:22 +03:00
ProtocolReader.php Update 2016-08-25 15:27:14 +02:00
ProtocolStreamReader.php Update 2016-08-25 15:27:14 +02:00
ProtocolStreamWriter.php Add missing import 2016-08-25 17:03:29 +02:00
ProtocolWriter.php Update 2016-08-25 15:27:14 +02:00
SymbolFinder.php Make documentSymbol work 🎉 2016-09-02 02:56:45 +02:00
TextDocumentManager.php Make documentSymbol work 🎉 2016-09-02 02:56:45 +02:00