You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimizes code index management by:
- Providing more direct vector store access via the orchestrator
- Enhancing error handling when the vector store is unavailable
- Clarifying the branch isolation feature description in settings
These changes increase reliability during branch switches and improve user experience through more precise search results.
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@
124
124
"close": "Close",
125
125
"branchIsolation": {
126
126
"enableLabel": "Enable Branch Isolation",
127
-
"enableDescription": "Index each Git branch separately to prevent conflicts when switching branches. Requires more storage space.",
127
+
"enableDescription": "Index each Git branch separately to get better search results and prevent conflicts when switching branches. Requires more storage space.",
128
128
"storageWarning": "Each branch will have its own index, increasing storage requirements."
0 commit comments