[FEATURE] [VSCode Extension] Allow independent font size configuration for Claude Code chat panel
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Feature Request
Problem
Currently, there is no way to adjust the font size of the Claude Code chat panel
independently from the rest of the VSCode interface. The panel is rendered as a
webview and only responds to the global window.zoomLevel setting, which affects
the entire IDE (editor, sidebar, terminal, etc.).
Expected Behavior
Allow users to configure the font size of the Claude Code chat panel independently,
similar to how VSCode allows separate font size settings for:
- Editor:
editor.fontSize - Terminal:
terminal.integrated.fontSize - Markdown preview:
markdown.preview.fontSize
Proposed Solution
Add a setting such as claude-code.chat.fontSize that controls only the font size
within the Claude Code webview panel.
Workarounds
- Using
window.zoomLevel(affects everything, not ideal) - Using Claude Code in the integrated terminal with
terminal.integrated.fontSize
Environment
- OS: Windows (WSL2) / Linux
- VSCode Extension
Proposed Solution
Add a setting such as claude-code.chat.fontSize that controls only the font size
within the Claude Code webview panel.
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
Developer tools/SDK
Use Case Example
_No response_
Additional Context
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗