mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LanguageServers: Only notify client about updated declarations
If the declarations haven't changed since we last notified the client, then there's no need to do so.
This commit is contained in:
parent
667926df73
commit
5adfcd54d8
Notes:
sideshowbarker
2024-07-18 20:25:55 +09:00
Author: https://github.com/itamar8910
Commit: 5adfcd54d8
Pull-request: https://github.com/SerenityOS/serenity/pull/6216
2 changed files with 7 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
namespace LanguageServers::Cpp {
|
||||
|
||||
ParserAutoComplete::ParserAutoComplete(ClientConnection& connection, const FileDB& filedb)
|
||||
: AutoCompleteEngine(connection, filedb)
|
||||
: AutoCompleteEngine(connection, filedb, true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue