in src/extension.ts [216:221]
export function deactivate() { if (!client) { return undefined; } return client.stop(); }