Home > Development Tools > VSCode > Unable to switch input method in vscode

Unable to switch input method in vscode

王林
Release: 2020-02-13 13:40:17
Original
4984 people have browsed it

Unable to switch input method in vscode

Problem:

vscode was downloaded from the mall, but vscode cannot switch the input method in Ububtu (18.04).

Solution:

Just download it from the official website and install it.

1. Download the deb package;

2. Open the terminal, switch to the downloaded directory and run

dpkg -i XXX (xxx是包名)
Copy after login

or double-click directly, and then click to install;

3. If an error is reported and it says dependency problem, execute sudo apt-get install -f, and then install it again;

4. Complete!

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of Unable to switch input method in vscode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template