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

前端 未结 8 855
轮回少年
轮回少年 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:08

    Probably it is too late but the below thing worked for me:

    1. Open Settings --> this will open settings.json
    2. type terminal.integrated.windows.shell
    3. Click on {} at the top right corner -- this will open an editor where this setting can be over ridden.
    4. Set the value as terminal.integrated.windows.shell: C:\\Users\\\\Softwares\\Git\\bin\\bash.exe
    5. Click Ctrl + S

    Try to open new terminal. It should open in bash editor in integrated mode.

提交回复
热议问题