mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-04 14:46:07 +01:00
fix: #172386
Signed-off-by: Svetozar Mateev <svetozar.mateev@tick42.com>
This commit is contained in:
@@ -483,6 +483,7 @@ class ProcessExplorer {
|
||||
|
||||
if (isLocal) {
|
||||
items.push({
|
||||
accelerator: 'Alt+E',
|
||||
label: localize('killProcess', "Kill Process"),
|
||||
click: () => {
|
||||
this.nativeHostService.killProcess(pid, 'SIGTERM');
|
||||
|
||||
Reference in New Issue
Block a user