2017年9月11日 星期一

[VSCODE] Switch to powershell, bash and windows command in terminal

 VSCODE  

Switch to powershell, bash and windows command

A tip that allows us to use bash, powershell or windows command in VSCODE in Windows.


Use Ctrl+P, type >Open user settings and open the user settings.


Add the following settings to it.

"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"

Now use CTRL+` to open the terminal, you can see bash in default.



Type cmd to switch to windows command.



Or Type powershell to switch to powershell.



Reference


沒有留言:

張貼留言