Skip to content

Commit d1abea9

Browse files
committed
fix: add missing codebaseIndexQdrantCollectionName to WebviewMessage type
1 parent 43f9441 commit d1abea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/WebviewMessage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export interface WebviewMessage {
270270
// Global state settings
271271
codebaseIndexEnabled: boolean
272272
codebaseIndexQdrantUrl: string
273+
codebaseIndexQdrantCollectionName?: string
273274
codebaseIndexEmbedderProvider:
274275
| "openai"
275276
| "ollama"

0 commit comments

Comments
 (0)