Skip to content

Commit b11e19f

Browse files
committed
Refresh heartbeat patch
Seems to have gotten out of date a little.
1 parent 6991187 commit b11e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/heartbeat.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Index: code-server/lib/vscode/src/vs/base/parts/ipc/common/ipc.net.ts
1515

1616
export const enum SocketDiagnosticsEventType {
1717
Created = 'created',
18-
@@ -828,6 +829,19 @@ export class PersistentProtocol implemen
18+
@@ -829,6 +830,19 @@ export class PersistentProtocol implemen
1919
this._socketDisposables.push(this._socketWriter);
2020
this._socketReader = new ProtocolReader(this._socket);
2121
this._socketDisposables.push(this._socketReader);

0 commit comments

Comments
 (0)