Enables quick access to Claude CLI as a terminal profile on Linux,
matching the existing macOS configuration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Allow terminal to forward keybindings to the shell for better
compatibility with shell programs. Enable JSON schema downloads for
improved JSON validation support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enable the Glaze extension for custom window decorations while keeping
status bar and activity bar unaffected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Group workbench theme settings more logically by placing the icon theme
after color theme preferences rather than between them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use sequence-based tab titles for better terminal identification,
enable kitty keyboard protocol for improved key handling, and
drop overrideName from Claude profile.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use sparkle icon instead of generic terminal icon, and enable
overrideName to display "Claude" as the terminal tab title.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace Cursor-specific composerMode bindings with Claude Code focused
keybindings. The shift+cmd+c shortcut now opens a Claude CLI terminal
instead of toggling the extension sidebar, and cmd+i toggles the Claude
Code sidebar focus.
- Add "Claude" terminal profile (settings) to launch claude CLI
- Add shift+cmd+c to open Claude terminal in panel
- Add alt+shift+cmd+c macro to open Claude terminal in locked side editor
- Remap cmd+i to toggle Claude Code sidebar focus/blur
- Remove Cursor composerMode keybindings (agent, plan, chat)
- Fix shift+enter newline in terminal using kitty keyboard protocol
- Disable sendKeybindingsToShell for proper keybinding interception
- Move Claude Code preferred location to sidebar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move GitHub-related settings into their own MARK section for better
organization, and enable git.autofetch and
githubRepositories.autoFetch for automatic repository syncing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add harper-ls as a second spell checker alongside cSpell. Update the
section header to "Spell Checkers" (plural) and list both extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy local config files when creating new worktrees to preserve
per-worktree settings across checkouts.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Swapped values for 'chat.agentsControl.enabled' and 'chat.agentSessionProjection.enabled'.
- Updated 'claudeCode.preferredLocation' from 'sidebar' to 'panel'.
- Ensured consistency in terminal settings and added new command configurations for chat tools.
- Updated accessibility settings to silence signal noises and adjusted the accessibility support option.
- Introduced configurations for Claude Code and Git Worktree Manager extensions.
The Prettier formatter doesn't respect configured tab size in the active editor. So let's just use the VSCode built-in JSON formatter for all types of JSON files.