mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
CppLanguageServer: Only re-create DocumentData in file_opened if needed
This commit is contained in:
parent
84e41c4565
commit
9408013177
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ void ParserAutoComplete::on_edit(const String& file)
|
|||
|
||||
void ParserAutoComplete::file_opened([[maybe_unused]] const String& file)
|
||||
{
|
||||
set_document_data(file, create_document_data_for(file));
|
||||
get_or_create_document_data(file);
|
||||
}
|
||||
|
||||
Optional<GUI::AutocompleteProvider::ProjectLocation> ParserAutoComplete::find_declaration_of(const String& filename, const GUI::TextPosition& identifier_position)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue