in vscode-extension/src/extension.ts [72:79]
export function deactivate(): void { try { powershell.stop(); } catch { // deactivating extension, exceptions should be swallowed } }