[Bug] Edit box does not expand when Claude Code panel is resized in VS Code
Resolved 💬 2 comments Opened Nov 26, 2025 by eranmizrahi1 Closed Dec 5, 2025
Bug Description
in vs code, when draging the panel of claude-code, the edit-box doesnt spread accross all panel
Environment Info
- Platform: darwin
- Terminal: vscode
- Version: 2.0.54
- Feedback ID: 447bdb48-2641-4505-885f-3d3b84a55b04
Errors
[{"error":"Error: Failed to create shell snapshot: Command failed: /bin/zsh -c -l SNAPSHOT_FILE=/Users/eran.mizrahi/.claude/shell-snapshots/snapshot-zsh-1764166603299-9g1272.sh\n source \"/Users/eran.mizrahi/.zshrc\" < /dev/null\n\n # First, create/clear the snapshot file\n echo \"# Snapshot file\" >| \"$SNAPSHOT_FILE\"\n\n # When this file is sourced, we first unalias to avoid conflicts\n # This is necessary because aliases get \"frozen\" inside function definitions at definition time,\n # which can cause unexpected behavior when functions use commands that conflict with aliases\n echo \"# Unset all aliases to avoid conflicts with functions\" >> \"$SNAPSHOT_FILE\"\n echo \"unalias -a 2>/dev/null || true\" >> \"$SNAPSHOT_FILE\"\n\n \n echo \"# Functions\" >> \"$SNAPSHOT_FILE\"\n\n # Force autoload all functions first\n typeset -f > /dev/null 2>&1\n\n # Now get user function names - filter system ones and write directly to file\n typeset +f | grep -vE '^(_|__)' | while read func; do\n typeset -f \"$func\" >> \"$SNAPSHOT_FILE\"\n done\n \n echo \"# Shell Options\" >> \"$SNAPSHOT_FILE\"\n setopt | sed 's/^/setopt /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n \n echo \"# Aliases\" >> \"$SNAPSHOT_FILE\"\n # Filter out winpty aliases on Windows to avoid \"stdin is not a tty\" errors\n # Git Bash automatically creates aliases like \"alias node='winpty node.exe'\" for\n # programs that need Win32 Console in mintty, but winpty fails when there's no TTY\n if [[ \"$OSTYPE\" == \"msys\" ]] || [[ \"$OSTYPE\" == \"cygwin\" ]]; then\n alias | grep -v \"='winpty \" | sed 's/^alias //g' | sed 's/^/alias -- /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n else\n alias | sed 's/^alias //g' | sed 's/^/alias -- /' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n fi\n \n\n \n # Check for rg availability\n echo \"# Check for rg availability\" >> \"$SNAPSHOT_FILE\"\n echo \"if ! command -v rg >/dev/null 2>&1; then\" >> \"$SNAPSHOT_FILE\"\n echo ' alias rg='\"'/Users/eran.mizrahi/.nvm/versions/node/v25.1.0/lib/node_modules/\\@anthropic-ai/claude-code/vendor/ripgrep/arm64-darwin/rg'\" >> \"$SNAPSHOT_FILE\"\n echo \"fi\" >> \"$SNAPSHOT_FILE\"\n \n\n # Add PATH to the file\n echo \"export PATH='/Users/eran.mizrahi/.nvm/versions/node/v25.1.0/bin:/Users/eran.mizrahi/.antigravity/antigravity/bin:/Users/eran.mizrahi/.codeium/windsurf/bin:/Users/eran.mizrahi/.rd/bin:/Users/eran.mizrahi/.krew/bin:/usr/local/coursier/bin:/Users/eran.mizrahi/Library/Application Support/Code/User/globalStorage/github.copilot-chat/debugCommand:/Users/eran.mizrahi/Library/Application Support/Code/User/globalStorage/github.copilot-chat/copilotCli:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin/idea:/usr/local/coursier/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pmk/env/global/bin:/Applications/Wireshark.app/Contents/MacOS:/usr/local/share/dotnet:/usr/local/munki:/Users/eran.mizrahi/Library/Application Support/Code/User/globalStorage/github.copilot-chat/debugCommand:/Users/eran.mizrahi/Library/Application Support/Code/User/globalStorage/github.copilot-chat/copilotCli:/Users/eran.mizrahi/.nvm/versions/node/v25.1.0/bin:/Users/eran.mizrahi/.antigravity/antigravity/bin:/opt/anaconda3/bin:/opt/anaconda3/condabin:/Users/eran.mizrahi/.codeium/windsurf/bin:/Users/eran.mizrahi/.rd/bin:/Users/eran.mizrahi/.sdkman/candidates/scala/current/bin:/Users/eran.mizrahi/.sdkman/candidates/sbt/current/bin:/Users/eran.mizrahi/.sdkman/candidates/maven/current/bin:/Users/eran.mizrahi/.sdkman/candidates/java/current/bin:/Users/eran.mizrahi/.krew/bin:/usr/local/coursier/bin:/Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin/idea:/Users/eran.mizrahi/Library/Application Support/JetBrains/Toolbox/scripts:/Users/eran.mizrahi/.local/bin:/Users/eran.mizrahi/Library/Application Support/JetBrains/Toolbox/scripts:/Users/eran.mizrahi/.local/bin:/Users/eran.mizrahi
Note: Error logs were truncated.
<img width="1379" height="343" alt="Image" src="https://github.com/user-attachments/assets/97a87f5d-f01a-42c2-b1eb-31f817182f9b" />
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗