How to change the integrated terminal in visual studio code or VSCode

前端 未结 8 861
轮回少年
轮回少年 2020-12-12 21:46

I want to change integrated terminal to CMDER i use Vscode on windows 8.1 i checked the doc and also preference file but i got confuse so from following line

8条回答
  •  天命终不由人
    2020-12-12 22:23

    To change the integrated terminal on Windows, you just need to change the terminal.integrated.shell.windows line:

    1. Open VS User Settings (Preferences > User Settings). This will open two side-by-side documents.
    2. Add a new "terminal.integrated.shell.windows": "C:\\Bin\\Cmder\\Cmder.exe" setting to the User Settings document on the right if it's not already there. This is so you aren't editing the Default Setting directly, but instead adding to it.
    3. Save the User Settings file.

    You can then access it with keys Ctrl+backtick by default.

提交回复
热议问题