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 6991187 commit b11e19fCopy full SHA for b11e19f
patches/heartbeat.diff
@@ -15,7 +15,7 @@ Index: code-server/lib/vscode/src/vs/base/parts/ipc/common/ipc.net.ts
15
16
export const enum SocketDiagnosticsEventType {
17
Created = 'created',
18
-@@ -828,6 +829,19 @@ export class PersistentProtocol implemen
+@@ -829,6 +830,19 @@ export class PersistentProtocol implemen
19
this._socketDisposables.push(this._socketWriter);
20
this._socketReader = new ProtocolReader(this._socket);
21
this._socketDisposables.push(this._socketReader);
0 commit comments