Skip to content

VSCode使用Cmder作为终端

  1. Ctrl-Shift-P : Open setting.json

  2. Add Cmder init step.

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

    or

    json
    "terminal.integrated.shellArgs.windows": [
        "/k",
        "%CMDER_ROOT%\\vendor\\init.bat"
    ],
  3. Save setting.json and restart terminal.

上次更新于: