tree_sitter_parse_full_file_async no longer updates the code index
This commit is contained in:
parent
a072229d20
commit
ee082e42d1
|
@ -317,8 +317,6 @@ tree_sitter_parse_full_file_async(Async_Context* actx, String_Const_u8 data)
|
|||
}
|
||||
release_global_frame_mutex(app);
|
||||
ts_tree_delete(old_buffer_tree);
|
||||
|
||||
tree_sitter_code_index_update_full_file(app, buffer_id);
|
||||
}
|
||||
tree_sitter_parse_state_destroy(&parse_state);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue