0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VSCodeで日本語が入力できない問題について

0
Last updated at Posted at 2026-05-22

はじめに

下記環境で日本語入力できなかったので解決方法を残す
OS:Ubuntu
エディタ:VSCode
言語:dart(Flutter)

解決方法

deb版のVSCodeをインストールする

chatgptの回答です

  • Snap版のVSCodeはサンドボックス化されており、システムのIME(日本語入力など)やフォントへのアクセスが制限されることがあります。
  • 特にLinuxで Fcitx / IBus を使っている場合、Snap版だと日本語入力が効かないケースが報告されています。

インストール

debをダウンロードする

snap版を削除する

sudo snap remove code

インストールする

cd ~/Downloads
sudo apt install ./code_*.deb

日本語入力できるか確認する

Screenshot from 2026-05-23 04-32-01.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?