Skip to content

Commit

Permalink
kill server
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-kotulski committed Dec 3, 2024
1 parent 600c00a commit 7077ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function launch_exe(session: vscode.DebugSession, port: number): Promise<vscode.

extensionContext.subscriptions.push(
debug.onDidTerminateDebugSession((session) => {
process.kill();
process.kill('SIGKILL');
}),
);
}
Expand Down

0 comments on commit 7077ee5

Please sign in to comment.