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

后端 未结 7 2285
忘了有多久
忘了有多久 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:11

    Add this user settings to your File -- Prefernces -- User Settings

    // Place your settings in this file to overwrite the default settings
    {
        "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    
    }
    

提交回复
热议问题