Sidebar with two views:
- Favourites — bookmark directories, start/resume Claude Code sessions with one click. Multi-session resume opens a picker.
- Terminals — list of open VS Code terminals with inline focus and right-click actions (reveal CWD, rename, split, kill).
Replaces the standalone claude-favourites and terminal-tree extensions.
| Setting | Default | Purpose |
|---|---|---|
claudeHelper.claudeCommand |
claude |
Claude CLI command / path |
claudeHelper.skipPermissions |
true |
Append --dangerously-skip-permissions |
claudeHelper.cliFlags |
`` | Extra flags appended to every invocation |
claudeHelper.defaultTerminalMode |
internal |
ask / internal / external |
claudeHelper.externalTerminalCommand |
`` | Template with {cwd} {cmd} |
claudeHelper.reuseTerminal |
false |
Reuse terminal with same name |
claudeHelper.confirmRemove |
true |
Confirm before removing a favourite |
claudeHelper.confirmKillTerminal |
true |
Confirm before killing a terminal |
claudeHelper.showTerminalsWithoutCwd |
true |
Show terminals with no detected cwd |
claudeHelper.shortenPaths |
true |
Replace $HOME with ~ in displayed paths |