We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6159f commit ae44561Copy full SHA for ae44561
package.json
@@ -3,8 +3,8 @@
3
"displayName": "Gitpod",
4
"description": "Gitpod Support",
5
"publisher": "gitpod",
6
- "version": "0.0.101",
7
- "daemonVersion": "0.0.2",
+ "version": "0.0.102",
+ "daemonVersion": "0.0.3",
8
"license": "MIT",
9
"icon": "resources/gitpod.png",
10
"repository": {
src/local-ssh/ipc/localssh.ts
@@ -75,6 +75,7 @@ export class LocalSSHServiceImpl implements LocalSSHServiceImplementation {
75
}, 10000);
76
} else if (this.exitCancel) {
77
clearTimeout(this.exitCancel);
78
+ this.exitCancel = undefined;
79
}
80
}, 1000);
81
0 commit comments