VSCode extension: tool input/output panels need word wrap support
Resolved 💬 3 comments Opened Apr 1, 2026 by SlowSpeedChase Closed May 6, 2026
Problem
When using the Claude Code VSCode extension, tool input and output panels (e.g., WebSearch results, Agent tool input) display text without word wrapping. Long lines extend beyond the visible area, making the content difficult to read.
Expected behavior
Tool input/output panels should wrap text to fit the panel width, similar to how the editor handles word wrap.
Steps to reproduce
- Open Claude Code in VSCode
- Trigger a tool that produces long lines (e.g., WebSearch, Agent)
- Observe that the tool input/output text does not wrap
Additional context
This affects all tool input/output displays, not just a specific tool. A global word wrap setting for these panels (or respecting VSCode's editor.wordWrap setting) would resolve the issue.
🤖 Generated with Claude Code
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗