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 {