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

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

    It is possible to get this working in VS Code and have the Cmder terminal be integrated (not pop up).

    To do so:

    1. Create an environment variable "CMDER_ROOT" pointing to your Cmder directory.
    2. In (Preferences > User Settings) in VS Code add the following settings:

    "terminal.integrated.shell.windows": "cmd.exe"

    "terminal.integrated.shellArgs.windows": ["/k", "%CMDER_ROOT%\\vendor\\init.bat"]

提交回复
热议问题