Skip to content

Commit 361c2cd

Browse files
fix initialization: no property named server_info
1 parent 5e92b48 commit 361c2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/lsp/beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def initialize_function_optimization(
5858
return {"functionName": params.functionName, "status": "not found", "args": None}
5959
fto = optimizable_funcs.popitem()[1][0]
6060
server.optimizer.current_function_being_optimized = fto
61-
return {"functionName": params.functionName, "status": "success", "info": fto.server_info}
61+
return {"functionName": params.functionName, "status": "success"}
6262

6363

6464
@server.feature("discoverFunctionTests")

0 commit comments

Comments
 (0)