summaryrefslogtreecommitdiff
path: root/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-01 23:16:13 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-01 23:16:13 -0700
commitdc2b90d848f5fc53a18ad481ba196ac9708de8ec (patch)
treeb8da4f4e7d31e362b39c6f9db38dec3a70afb235 /extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
parentf02b5c10876e3c0ee40d3c095564f675c9296bdf (diff)
parent01ed2c7eb2d3417b2c190eea105008372f49a7c6 (diff)
downloadsncontinue-dc2b90d848f5fc53a18ad481ba196ac9708de8ec.tar.gz
sncontinue-dc2b90d848f5fc53a18ad481ba196ac9708de8ec.tar.bz2
sncontinue-dc2b90d848f5fc53a18ad481ba196ac9708de8ec.zip
Merge branch 'main' into package-python
Diffstat (limited to 'extension/react-app/src/hooks/ContinueGUIClientProtocol.ts')
-rw-r--r--extension/react-app/src/hooks/ContinueGUIClientProtocol.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
index 5a5d4c30..b6dd43d9 100644
--- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
+++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
@@ -78,8 +78,8 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {
});
}
- setEditingAtIndices(indices: number[]) {
- this.messenger.send("set_editing_at_indices", { indices });
+ setEditingAtIds(ids: string[]) {
+ this.messenger.send("set_editing_at_ids", { ids });
}
toggleAddingHighlightedCode(): void {