提交 db638418 编写于 作者: A Andre Weinand

fix #51673

上级 5befa5a3
...@@ -321,6 +321,10 @@ export class DebugAdapter extends StreamDebugAdapter { ...@@ -321,6 +321,10 @@ export class DebugAdapter extends StreamDebugAdapter {
stopSession(): TPromise<void> { stopSession(): TPromise<void> {
if (!this.serverProcess) {
return TPromise.as(null);
}
// when killing a process in windows its child // when killing a process in windows its child
// processes are *not* killed but become root // processes are *not* killed but become root
// processes. Therefore we use TASKKILL.EXE // processes. Therefore we use TASKKILL.EXE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册