1.系统环境win10

2.确保环境变量中存在CMDER_ROOT,没有的话新增一个。地址为*:\***\cmder 。

 

idea、webstrom:设置中搜索terminal,shell path "cmd.exe" /k  "D:\\\"Program Files (x86)\"\\cmder\\vendor\\init.bat" 。

 

vscode:

"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": ["/k", "D:\\\"Program Files (x86)\"\\cmder\\vendor\\init.bat"],
}
 
需要注意的是Program Files (x86)这种带空格与特殊字符的路径需要用\"包住。

相关文章:

  • 2021-05-13
  • 2021-11-24
  • 2021-08-01
  • 2021-09-30
  • 2021-11-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-10-20
  • 2021-09-12
  • 2021-08-27
相关资源
相似解决方案