// this is for gcc

// 改动:增加了 cmd/c ,实现弹出窗口输出

// 改动:临时改动codepage,使用chcp 65001临时变更代码页以实现中文正常输出

"cpp": "start cmd /c \"chcp 65001 >nul && cd $dir && del /f /q $fileNameWithoutExt.exe >nul & g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt & pause\" ",

不完善,先记着。

posted on 2026-09-04 00:18  precision  阅读(7)  评论(0)    收藏  举报