Home > Article > Development Tools > What should I do if the vscode terminal cannot input?
The solution is as follows:
Change the default powershell to bash in Git, that is, configure Git into VS code.
First, open the user settings, search for shell, and find the [path to the shell used by the terminal on Windows] option
(recommended for learning video tutorials: java video tutorial)
Then just add the git-bash path
Find the Git folder, add git-bash to Integrated >shell under the terminal: Windows and save it
Recommended tutorial: vscode tutorial
The above is the detailed content of What should I do if the vscode terminal cannot input?. For more information, please follow other related articles on the PHP Chinese website!