Visual Studio Code, how to switch from powershell.exe to cmd.exe

后端 未结 7 2133
忘了有多久
忘了有多久 2021-02-01 00:43

I would like to switch from powershell.exe to cmd.exe in the terminal but i\'m not sure how to do so. Provided screenshot for clarification.

7条回答
  •  一个人的身影
    2021-02-01 01:06

    I also faced this problem that when I clicked on terminal. It was showing Powershell but not Command Prompt, so I did the following steps to get Command Prompt in Visual Studio:

    1. View -> Command palette -> Toggle Integrated Terminal
    2. Open terminal by shortcut ctrl+` or View -> terminal
    3. Write the command as cmd.exe and run

提交回复
热议问题