xmake 并将cmder 设置idea默认终端
新建环境变量
变量名为:CMDER_ROOT
变量值为:C:\Users\Administrator\scoop\apps\cmder-full\1.3.25(主机上 Cmder 安装主目录)
设置idea
检索terminal
路径:setting-->Tools-->Terminal--->Appcation Setting --->shell path
"cmd.exe" /k ""%CMDER_ROOT%\vendor\init.bat""
安装xmake
winget install xmake
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/18829277