Files
clide/assets/i18n/en_us/builtin.tools-settings.json
T
jpmschweitzerandClaude Fable 5 1308cb3d23 feat(settings): Workspace PATH section in the Tools category (T-511)
The UI half of D-106 (D-6 parity with `clide env path`): an ordered
preset editor — add/remove/reorder, a missing-dir warning, a worktree
note naming the shared main repo, and capture-from-login-shell
suggestions adopted with one click. Writes land on the same user-scope
key the CLI verbs use and publish on the same channel, so both
surfaces stay live off the store notifier.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 17:41:06 +02:00

27 lines
1.9 KiB
JSON

{
"command.detect": { "translation": "Re-detect tool paths" },
"settings.title": { "translation": "Tools" },
"settings.section.binaries": { "translation": "Supporter binaries" },
"settings.field.claude.label": { "translation": "Claude CLI" },
"settings.field.claude.help": { "translation": "Absolute path to the claude binary; blank to auto-resolve." },
"settings.field.d2.label": { "translation": "d2" },
"settings.field.d2.help": { "translation": "Absolute path to the d2 diagram compiler; blank to auto-resolve." },
"settings.field.detect.label": { "translation": "Re-detect" },
"settings.field.detect.help": { "translation": "Re-scan PATH and the common install dirs, overwriting the paths above." },
"settings.section.path": { "translation": "Workspace PATH" },
"settings.field.pathPreset.label": { "translation": "Prepend to PATH" },
"settings.field.pathPreset.help": { "translation": "Directories put ahead of PATH in Claude sessions and terminal panes spawned for this repo; worktrees share the repo's preset. Applies to new shells." },
"path.noWorkspace": { "translation": "Open a workspace to set its PATH preset." },
"path.sharedRoot": { "translation": "Worktree — preset shared with" },
"path.empty": { "translation": "No preset entries — spawned shells get the resolved login-shell PATH as-is." },
"path.add": { "translation": "Add entry" },
"path.invalid": { "translation": "Enter an absolute path (or ~/…)." },
"path.missing": { "translation": "missing" },
"path.moveUp": { "translation": "Move up" },
"path.moveDown": { "translation": "Move down" },
"path.remove": { "translation": "Remove" },
"path.capture": { "translation": "Suggest from login shell" },
"path.captureNone": { "translation": "Nothing to suggest — the login-shell PATH is already covered." },
"path.addSuggestion": { "translation": "Add suggested entry" }
}