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

Unable to switch input method in vscode

王林
王林Original
2020-02-13 13:40:174812browse

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是包名)

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!

Statement:
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