如何在不删除日志的情况下停止 vscode python 终端?
How to stop vscode python terminal without deleting the log?
单击 "Run Python file in terminal" 时如何停止脚本?我找到的唯一方法是单击删除终端日志的垃圾桶。
当 Python 文件在终端中 运行 时,您可以按 Ctrl-C 尝试中断它。
单击 "Run Python file in terminal" 时如何停止脚本?我找到的唯一方法是单击删除终端日志的垃圾桶。
当 Python 文件在终端中 运行 时,您可以按 Ctrl-C 尝试中断它。