summaryrefslogtreecommitdiff
path: root/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-02 21:59:11 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-02 21:59:11 -0700
commit527c5c7ce2a1605935814e83e851d7539d12e6d0 (patch)
tree619878c7279c376b4ff9c949c898938c822dce6e /extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
parentf9ea4f84da154d0c3391d572ce958bc6bb4a96cd (diff)
parentcf3d08ceaabecd80b20aaac24c5c166cd8e6472f (diff)
downloadsncontinue-527c5c7ce2a1605935814e83e851d7539d12e6d0.tar.gz
sncontinue-527c5c7ce2a1605935814e83e851d7539d12e6d0.tar.bz2
sncontinue-527c5c7ce2a1605935814e83e851d7539d12e6d0.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/react-app/src/hooks/ContinueGUIClientProtocol.ts')
-rw-r--r--extension/react-app/src/hooks/ContinueGUIClientProtocol.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
index 3d8e0a38..228e9a53 100644
--- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
+++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts
@@ -20,6 +20,8 @@ abstract class AbstractContinueGUIClientProtocol {
abstract retryAtIndex(index: number): void;
abstract deleteAtIndex(index: number): void;
+
+ abstract deleteContextItemAtIndex(index: number): void;
}
export default AbstractContinueGUIClientProtocol;