When trying to debug my Dart sever code I have this nasty problem that after stopping the debugger
VSCode would not close open port held by dart VM and leaves the dart process alive, therefore I have to kill dart process manually which is very frustrating.
I wrote some test server code using the frameworks below and they all have this problem:
Angle
Jaguar
Aqueduct
which makes me believe the problem is within VSCode dart plugin