+1

Running builds not killed when a file is closed

Lyndsy Simon il y a 13 ans mis à jour il y a 13 ans 0
I'm developing in Python using Flask, which includes a built-in, self-reloading webserver.

When I close a file with the webserver still running, the process becomes orphaned and I cannot kill it without resorting to the operating system's method - on Windows, I have to use Task Manager.

Running build processes should be terminated when the active window is closed.