From a38b499664e53ab7ccdd3bac7509b2406f80a03d Mon Sep 17 00:00:00 2001 From: aliang Date: Wed, 18 Dec 2024 13:52:11 +0700 Subject: [PATCH] Update clients/tabby-chat-panel/src/index.ts Co-authored-by: Meng Zhang --- clients/tabby-chat-panel/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tabby-chat-panel/src/index.ts b/clients/tabby-chat-panel/src/index.ts index fc27dbf5d9c7..a14e05653acb 100644 --- a/clients/tabby-chat-panel/src/index.ts +++ b/clients/tabby-chat-panel/src/index.ts @@ -233,7 +233,7 @@ export interface ClientApiMethods { openInEditor: (target: FileLocation) => Promise // Provide all repos found in workspace folders. - provideWorkspaceGitRepoInfo?: () => Promise + readWorkspaceGitRepositories?: () => Promise } export interface ClientApi extends ClientApiMethods {