gemini-cli - 💡(How to fix) Fix Cannot type Korean in VSCode Terminal gemini cli [2 comments, 2 participants]

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…
GitHub stats
google-gemini/gemini-cli#25078Fetched 2026-04-10 03:44:48
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2

Code Example

> /about
About Gemini CLI│                                                                                                                                                                                                                          │
CLI Version                                                                 0.37.1Git Commit                                                                  3b2d4f100                                                                                                                                    │
Model                                                                       Auto (Gemini 3)Sandbox                                                                     no sandbox                                                                                                                                   │
OS                                                                          linux                                                                                                                                        │
Auth Method                                                                 Signed in with Google (dongji1578@gmail.com)Tier                                                                        Gemini Code Assist in Google One AI ProIDE Client                                                                  VS Code
RAW_BUFFERClick to expand / collapse

What happened?

When opening the gemini-cli within the VS Code integrated terminal and attempting to type in Korean (Hangul), It appears that the keystrokes might be captured in the underlying buffer, but the output dosent work to input box.

https://github.com/user-attachments/assets/4dfb8ca5-587f-4375-974f-184358a23bd5

What did you expect to happen?

Korean characters should be typed, composed, and rendered normally in the CLI input prompt within the VS Code terminal.

Client information

<details> <summary>Client Information</summary>

Run gemini to enter the interactive CLI, then run the /about command.

> /about
│ About Gemini CLI                                                                                                                                                                                                         │
│                                                                                                                                                                                                                          │
│ CLI Version                                                                 0.37.1                                                                                                                                       │
│ Git Commit                                                                  3b2d4f100                                                                                                                                    │
│ Model                                                                       Auto (Gemini 3)                                                                                                                              │
│ Sandbox                                                                     no sandbox                                                                                                                                   │
│ OS                                                                          linux                                                                                                                                        │
│ Auth Method                                                                 Signed in with Google ([email protected])                                                                                                 │
│ Tier                                                                        Gemini Code Assist in Google One AI Pro                                                                                                      │
│ IDE Client                                                                  VS Code
</details>

Login information

Google auth login

ai one pro

Anything else we need to know?

  1. Tool Comparison: Other competitor CLI tools work flawlessly within the same VS Code integrated terminal without any input issues.

  2. Reinstallation: Completely reinstalling the gemini-cli does not resolve the behavior.

  3. Environment Constraint: The current environment utilizes the Snap version of VS Code, and changing this specific setup is highly difficult.

  4. Standalone Terminal Works: Executing node gemini-cli in a standard standalone terminal emulator + bash environment works perfectly. However, this disrupts the workflow as it makes simultaneously viewing code very inconvenient.

  5. Preference for CLI: GUI extensions (like Gemini Chat) are not preferred due to various feature constraints. A fix for the normal Korean input in the VS Code terminal, as it used to function, is highly anticipated.

  6. Regression Timeframe: Unfortunately, it is currently unclear exactly when this issue first started occurring. Apologies for the lack of a specific version timeframe.

extent analysis

TL;DR

  • Investigate the encoding or input handling differences between the VS Code integrated terminal and a standalone terminal emulator to resolve the Korean input issue in the gemini-cli.

Guidance

  • Compare the terminal settings and environment variables between the VS Code integrated terminal and the standalone terminal emulator where the gemini-cli works as expected.
  • Verify if the issue persists when using a different input method or language in the gemini-cli within the VS Code terminal.
  • Check for any known issues or limitations in the Snap version of VS Code that might be contributing to the problem.
  • Test the gemini-cli in a different IDE or text editor's integrated terminal to isolate if the issue is specific to VS Code or its Snap version.

Notes

  • The fact that the issue does not occur in a standalone terminal emulator suggests that the problem might be related to the interaction between the gemini-cli and the VS Code integrated terminal.
  • The use of the Snap version of VS Code might impose specific constraints or limitations that could be contributing to the issue.

Recommendation

  • Apply workaround: Use the gemini-cli in a standalone terminal emulator until a fix for the VS Code integrated terminal issue is found, as it allows for uninterrupted workflow and simultaneous code viewing, albeit with some inconvenience.

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

gemini-cli - 💡(How to fix) Fix Cannot type Korean in VSCode Terminal gemini cli [2 comments, 2 participants]