summaryrefslogtreecommitdiff
path: root/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-06 15:39:16 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-06 15:39:16 -0700
commit19060a30faf94454f4d69d01828a33985d07f109 (patch)
tree10e983b351b39e51cc054e280074c65b54ac2c62 /extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
parentc25527926ad1d1f861dbed01df577e962e08d746 (diff)
downloadsncontinue-19060a30faf94454f4d69d01828a33985d07f109.tar.gz
sncontinue-19060a30faf94454f4d69d01828a33985d07f109.tar.bz2
sncontinue-19060a30faf94454f4d69d01828a33985d07f109.zip
feat: :construction: create new sessions
Diffstat (limited to 'extension/react-app/src/hooks/ContinueGUIClientProtocol.ts')
-rw-r--r--extension/react-app/src/hooks/ContinueGUIClientProtocol.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
index 6cfbf66a..c2285f6d 100644
--- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
+++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
@@ -47,7 +47,7 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {
this.connectMessenger(serverUrlWithSessionId, useVscodeMessagePassing);
}
- loadSession(session_id: string): void {
+ loadSession(session_id?: string): void {
this.messenger?.send("load_session", { session_id });
}