Signed-off-by: Svetozar Mateev <svetozar.mateev@tick42.com>
This commit is contained in:
Svetozar Mateev
2023-01-30 10:06:45 +02:00
parent ae1c1f229e
commit 9f0cc7a45d
@@ -483,6 +483,7 @@ class ProcessExplorer {
if (isLocal) {
items.push({
accelerator: 'Alt+E',
label: localize('killProcess', "Kill Process"),
click: () => {
this.nativeHostService.killProcess(pid, 'SIGTERM');