Expand description
nativeHost:killProcess - send SIGKILL (Unix) or TerminateProcess
(Windows) to a child process. VS Code uses this to forcibly stop
language servers and debug adapters that don’t respond to graceful
shutdown within their timeout.
nativeHost:killProcess - send SIGKILL (Unix) or TerminateProcess
(Windows) to a child process. VS Code uses this to forcibly stop
language servers and debug adapters that don’t respond to graceful
shutdown within their timeout.