codex - 💡(How to fix) Fix VS Code extension should support custom chat font family or honor VS Code chat.fontFamily

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

This is especially problematic on Japanese Windows systems when writing Chinese/Japanese mixed text. Because the system font fallback prefers Japanese CJK glyphs, Chinese text is rendered with Japanese-style glyph forms, making long Chinese conversations harder to read.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

IDE Extension

What feature would you like to see?

The Codex VS Code extension currently appears to use its own webview font stack and does not honor VS Code settings such as:

  • chat.fontFamily
  • chat.editor.fontFamily
  • editor.fontFamily

This is especially problematic on Japanese Windows systems when writing Chinese/Japanese mixed text. Because the system font fallback prefers Japanese CJK glyphs, Chinese text is rendered with Japanese-style glyph forms, making long Chinese conversations harder to read.

The standalone Codex app already allows font customization, which solves this issue. It would be very helpful if the VS Code extension could either:

  1. Honor VS Code's existing chat.fontFamily / chat.editor.fontFamily settings, or
  2. Add a Codex-specific setting, for example:
    • chatgpt.fontFamily
    • chatgpt.fontSize
    • chatgpt.fontLigatures

Expected behavior: The Codex chat webview should allow users to choose a CJK-friendly font such as:

  • Sarasa UI CL
  • Sarasa Mono CL
  • Microsoft YaHei UI
  • Noto Sans CJK SC
  • Source Han Sans CN

Why this matters: For users working in multilingual environments, especially Chinese + Japanese + English, font fallback is not cosmetic. It directly affects readability and fatigue during long coding-agent conversations. <img width="870" height="98" alt="Image" src="https://github.com/user-attachments/assets/eb21e0d2-bdc0-44d1-99bb-219ff9be858e" />

Environment:

  • OS: Windows, Japanese system locale / Japanese UI environment
  • VS Code extension: openai.chatgpt
  • VS Code settings already configured:
    • chat.fontFamily
    • chat.editor.fontFamily
    • editor.fontFamily
  • These settings do not appear to affect the Codex extension webview.

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix VS Code extension should support custom chat font family or honor VS Code chat.fontFamily