diff --git a/aeon/lsp/server.py b/aeon/lsp/server.py index 44b2f63e..82451fe8 100644 --- a/aeon/lsp/server.py +++ b/aeon/lsp/server.py @@ -146,7 +146,7 @@ async def code_action( return actions @self.command(SYNTHESIZE_COMMAND) - async def execute_command( + async def execute_synthesize( ls: AeonLanguageServer, params: ExecuteCommandParams, ) -> None: