VSCode Version: 1.42.1
OS Version: Ubuntu 18.04
Steps to Reproduce:
Press Ctrl + F5 to run the django process.
Click "stop(Shift + F5)" button to stop all django process.
But there is still a process (pid 23069) that has not been closed.
And it's parent process become 1 from 23064
add --noreload to launch.json, Everything is ok now!