1.打开VsCode配置:Ctrl+Shift+P

VsCode 使用Cmder终端

输入:settings,打开settings.json,找到 terminal.integrated.shell.windows

2.在这个配置项下面添加如下配置:

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

3.保存配置,立即生效。

VsCode 使用Cmder终端

OK~

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-01-21
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-01-03
相关资源
相似解决方案