Home > Development Tools > VSCode > How to modify the terminal in vscode

How to modify the terminal in vscode

Release: 2019-12-31 11:56:25
Original
4879 people have browsed it

How to modify the terminal in vscode

In daily use of the vscode editor, we can use the "Ctrl `" shortcut key to bring up the terminal panel, as shown below:

How to modify the terminal in vscode

The shell (the red part in the lower right corner of the picture above) can be set,

How to modify the terminal in vscode

Let’s take a look at how to modify the default shell:

Open the settings page in File-> Preferences-> Settings, search for shell or find Terminal>Integrated>Shell:Windows,

Switch the address to one of the following you need Shell address (powershell, cmd, and bash)

powershell: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",

cmd: "C:\\Windows\\System32\\cmd.exe",

bash: "D:\\soft\\git\\bin\\bash.exe"

Related recommendations: vscode tutorial

The above is the detailed content of How to modify the terminal in vscode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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