From ee082e42d1e744d57d43236d55fcfc90f068ce9f Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Wed, 16 Jul 2025 19:43:14 -0700 Subject: [PATCH] tree_sitter_parse_full_file_async no longer updates the code index --- code/custom/4coder_tree_sitter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/custom/4coder_tree_sitter.cpp b/code/custom/4coder_tree_sitter.cpp index a4288550..e566f12c 100644 --- a/code/custom/4coder_tree_sitter.cpp +++ b/code/custom/4coder_tree_sitter.cpp @@ -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); }