summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/server
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-03 21:45:17 -0700
committerTy Dunn <ty@tydunn.com>2023-07-03 21:45:17 -0700
commitfac295e722f158f13502b45b749aee30b900c7a7 (patch)
tree8f04b14a3e248652c58846e355ccf32bfd08ef92 /continuedev/src/continuedev/server
parent6016e78b353d5afae9fe0a68c718fa2b2216dc5c (diff)
downloadsncontinue-fac295e722f158f13502b45b749aee30b900c7a7.tar.gz
sncontinue-fac295e722f158f13502b45b749aee30b900c7a7.tar.bz2
sncontinue-fac295e722f158f13502b45b749aee30b900c7a7.zip
adding config slash command
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 9a33fb6c..85458c09 100644
--- a/continuedev/src/continuedev/server/gui.py
+++ b/continuedev/src/continuedev/server/gui.py
@@ -148,7 +148,7 @@ async def websocket_endpoint(websocket: WebSocket, session: Session = Depends(we
# Update any history that may have happened before connection
await protocol.send_available_slash_commands()
- # await protocol.send_state_update() THIS WAS CAUSING A LOT OF ISSUES. Don't uncomment.
+ await protocol.send_state_update()
while AppStatus.should_exit is False:
message = await websocket.receive_text()