Home > Article > Development Tools > 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!