mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-17 06:25:23 +03:00
Add ellipsis to the error lens if it does not fit in the line, also display code lens in the correct visible line index when the line is wrapped.
This commit is contained in:
@@ -1478,7 +1478,7 @@ LSPClientServer::LSPRequestHandle LSPClientServer::write( json&& msg, const Json
|
||||
if ( mSocket ) {
|
||||
size_t sent = 0;
|
||||
mSocket->send( sjson.c_str(), sjson.size(), sent );
|
||||
} else {
|
||||
} else if ( !mProcess.isShuttingDown() && mProcess.isAlive() ) {
|
||||
mProcess.write( sjson );
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user