mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
SyntaxDefinitionManager: reverted allowing functions with spaces between "name" and "(". This needs a better solution.
ecode: LSP Client bug fixes. Improved mouse hover for Linter and LSP.
This commit is contained in:
@@ -57,7 +57,6 @@ void LSPDocumentClient::onDocumentReloaded( TextDocument* ) {
|
||||
auto version = ++mVersion;
|
||||
mServer->getThreadPool()->run( [server, doc, uri, version]() {
|
||||
server->didClose( uri );
|
||||
server->removeDoc( doc );
|
||||
server->didOpen( doc, version );
|
||||
} );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user