mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* fix: add error message when no workspace folder is open for code indexing - Add 'Indexing requires an open workspace folder' error message in orchestrator.ts - Replace hardcoded error string with translatable message using i18n - Add translations for the error message in all 18 supported languages - Ensures proper error handling when users attempt code indexing without a workspace * fix: add workspace folder checks for code indexing operations - Add null checks for codeIndexManager in webviewMessageHandler - Show translated error message when no workspace folder is open - Prevents crashes when users try to use indexing features without a workspace - Uses existing translation key from orchestrator * Update src/i18n/locales/ca/embeddings.json Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| browser | ||
| checkpoints | ||
| code-index | ||
| glob | ||
| marketplace | ||
| mcp | ||
| mdm | ||
| ripgrep | ||
| roo-config | ||
| search | ||
| tree-sitter | ||