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 22e7173 commit 52acb50Copy full SHA for 52acb50
lib/vscode/src/vs/server/node/protocol.ts
@@ -17,7 +17,7 @@ export class Protocol extends PersistentProtocol {
17
super(
18
options.skipWebSocketFrames
19
? new NodeSocket(socket)
20
- : new WebSocketNodeSocket(new NodeSocket(socket)),
+ : new WebSocketNodeSocket(new NodeSocket(socket), false, null, false),
21
);
22
}
23
0 commit comments