I couldn't type Japanese in Ubuntu20.04 + Visual Studio Code

Introduction

When I was learning programming on Ubuntu 20.04 Suddenly, I noticed that I couldn't type Japanese in Visual Studio Code (hereinafter VSCode).

I will describe the solution.

What you can see in this article

How to solve when you can't type Japanese with VS Code on Ubuntu 20.04

environment

Ubuntu20.04

Cause and solution

There seems to be a problem with VS Code installed via Ubuntu SoftWare. Uninstall this once and Download the .deb file from the Official Site, I solved it by installing it through a terminal.

$ sudo apt install /tmp/mozilla_hogeUser/code_1.51.0-1604600753_amd64.deb 

Screenshot from 2020-11-08 13-57-21.png

reference

Recommended Posts

I couldn't type Japanese in Ubuntu20.04 + Visual Studio Code
Java in Visual Studio Code
[Mac] Install Java in Visual Studio Code
Fastest installation of Visual Studio Code on Ubuntu
Add --enable-preview option in Java in Visual Studio Code
Java.home cannot be set in visual studio code.
[Mac] Install Java in Visual Studio Code (VS Code)
Installing Visual Studio Code on Ubuntu 20.04 (automatic update support)
Output settings to debug console in Visual Studio Code
Why can I develop Java with Visual Studio Code?
I can't input Japanese with VS code (Visual Studio Code) of Ubuntu 18.04.5! ?? If you want to download VS Code to Ubuntu, go to the official website! !!
Use PlantUML with Visual Studio Code
I tried to write code like a type declaration in Ruby
What I learned from doing Java work with Visual Studio Code
[For beginners] Introducing the procedure to Hello, World in C/C ++ language using Visual Studio Code on Ubuntu
[Visual Studio Code] I get a syntax error when debugging when using rbenv
Try remote debugging of Java with Remote Containers in Visual Studio Code Insiders
Ruby on Rails in Visual Studio Codespaces
Experience .NET 5 with Docker and Visual Studio Code