From 5e3467dfd177531903cdd6b4b2d2fedc187e2b3d Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Sun, 27 Jul 2025 14:59:02 -0400 Subject: Ensure ast_context is reset after attempt to handle an implicit selector completion in a function call --- src/server/completion.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/server/completion.odin b/src/server/completion.odin index e04963f..8e62e15 100644 --- a/src/server/completion.odin +++ b/src/server/completion.odin @@ -1222,6 +1222,8 @@ get_implicit_completion :: proc( } } } + + reset_ast_context(ast_context) } if position_context.index != nil { -- cgit v1.2.3