gpt4 book ai didi

c++ - Sublime Text 2 构建系统

转载 作者:太空宇宙 更新时间:2023-11-04 14:03:11 24 4
gpt4 key购买 nike

我设法让这个构建系统为我完成了任务:

{
"working_dir": "${file_path}",
"cmd": ["g++", "${file}"],

"variants":
[
{
"name": "Run",
"shell": true,
"working_dir": "${file_path}",
"cmd": ["start", "a.exe"]
}
]
}

但我不希望 shell 在完成后立即关闭。我希望它显示一条消息,如“构建过程完成。按任意键退出...”。有什么办法可以做到这一点?

最佳答案

不是最好的解决方案,但我发现添加一个

while(true){}

到文件末尾使它不关闭。仍在等待更好的解决方案。

关于c++ - Sublime Text 2 构建系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18294483/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com