gpt4 book ai didi

python-2.7 - Sublime Text 3 - 出现错误时停止打印 shell cmd、dir 和 path

转载 作者:行者123 更新时间:2023-12-05 00:18:02 24 4
gpt4 key购买 nike

我希望我的 Sublime Text 不会在每次我的代码抛出错误时打印出以下额外信息。

例如,请参见下面的示例 - 为了清楚起见,我不需要查看要打印的 shell_cmd、目录或路径!

enter image description here

我一直在寻找一种解决方案,但似乎找不到有效的解决方案。

非常感谢您的任何反馈!

最佳答案

您可以使用 PackageResourceViewer 编辑 python 构建系统.只需在 Python/Python.sublime-build 中打开构建系统即可并添加属性 "quiet": true, .

生成的构建系统应如下所示:

{
"shell_cmd": "python -u \"$file\"",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"quiet": true,

"variants":
[
{
"name": "Syntax Check",
"shell_cmd": "python -m py_compile \"${file}\"",
}
]
}

然而,这也会抑制其他输出,如持续时间。

关于python-2.7 - Sublime Text 3 - 出现错误时停止打印 shell cmd、dir 和 path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38869573/

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