Home > Article > Development Tools > How to solve the problem that vscode cannot open the terminal
Solution to the problem that vscode cannot open the terminal:
Click File-》Preferences-》Settings in the menu bar
Click the "Open Settings" button in the upper right corner and add "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe"
Recommended learning: vscode tutorial
The above is the detailed content of How to solve the problem that vscode cannot open the terminal. For more information, please follow other related articles on the PHP Chinese website!