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.
How to solve when you can't type Japanese with VS Code on Ubuntu 20.04
Ubuntu20.04
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
Recommended Posts