summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/server
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-12 22:01:46 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-12 22:01:46 -0700
commit9558a3602c8678dacd3087bf6512b1bc4c96bc22 (patch)
treed051f68372572d7327ff6912928648da8b3a3662 /continuedev/src/continuedev/server
parent391764f1371dab06af30a29e10a826a516b69bb3 (diff)
downloadsncontinue-9558a3602c8678dacd3087bf6512b1bc4c96bc22.tar.gz
sncontinue-9558a3602c8678dacd3087bf6512b1bc4c96bc22.tar.bz2
sncontinue-9558a3602c8678dacd3087bf6512b1bc4c96bc22.zip
patch, send state initially
Diffstat (limited to 'continuedev/src/continuedev/server')
-rw-r--r--continuedev/src/continuedev/server/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/server/gui.py b/continuedev/src/continuedev/server/gui.py
index 8f6f68f6..238273b2 100644
--- a/continuedev/src/continuedev/server/gui.py
+++ b/continuedev/src/continuedev/server/gui.py
@@ -174,7 +174,7 @@ async def websocket_endpoint(websocket: WebSocket, session: Session = Depends(we
protocol.websocket = websocket
# Update any history that may have happened before connection
- # await protocol.send_state_update()
+ await protocol.send_state_update()
while AppStatus.should_exit is False:
message = await websocket.receive_text()