mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Ups, revert back positionEncodings, that was not intentional.
This commit is contained in:
@@ -1206,7 +1206,7 @@ void LSPClientServer::initialize() {
|
||||
{ "showMessage", showMessage },
|
||||
{ "showDocument", showDocument } } },
|
||||
{ "workspace", workspace },
|
||||
{ "general", json{ { "positionEncodings", json::array( { "utf-16" } ) } } } };
|
||||
{ "general", json{ { "positionEncodings", json::array( { "utf-32" } ) } } } };
|
||||
|
||||
json params{ { "processId", Sys::getProcessID() },
|
||||
{ "capabilities", capabilities },
|
||||
|
||||
Reference in New Issue
Block a user