diff --git a/editor/src/extension.ts b/editor/src/extension.ts index b48141b..87ab2dc 100644 --- a/editor/src/extension.ts +++ b/editor/src/extension.ts @@ -220,7 +220,7 @@ function launch_exe(session: vscode.DebugSession, port: number): Promise { - process.kill(); + process.kill('SIGKILL'); }), ); }