Skip to content

Commit 54317b8

Browse files
committed
fix test and translations
1 parent 147f1ea commit 54317b8

19 files changed

Lines changed: 172 additions & 19 deletions

File tree

src/services/code-index/semble/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class SembleProvider implements ISembleProvider {
193193
id: `semble-${index}`,
194194
score: r.score,
195195
payload: {
196-
filePath: path.join(basePath, r.chunk.file_path),
196+
filePath: path.join(basePath, r.chunk.file_path).replace(/\\/g, "/"),
197197
codeChunk: r.chunk?.content ?? "",
198198
startLine: r.chunk?.start_line ?? 0,
199199
endLine: r.chunk?.end_line ?? 0,

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"sembleInstallTitle": "Install semble",
206206
"sembleInstallDescription": "Semble must be installed via pip before use:",
207207
"sembleInstallCommand": "pip install semble",
208-
"sembleInstallNote": "Requires Python 3.10+. After installing, semble will be available on your PATH.",
208+
"sembleInstallNote": "Requires Python 3.10+. Ensure the installed semble binary is on your PATH, or specify the full path above.",
209209
"sembleDescription": "Local hybrid search — no API keys required.",
210210
"openaiCompatibleProvider": "OpenAI Compatible",
211211
"openAiKeyLabel": "OpenAI API Key",

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/settings.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)