mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 23:07:27 +02:00
Handle permessage-deflate on sockets
With this the extension host is working again.
This commit is contained in:
1
lib/vscode/src/vs/server/ipc.d.ts
vendored
1
lib/vscode/src/vs/server/ipc.d.ts
vendored
@@ -19,6 +19,7 @@ export type Query = { [key: string]: string | string[] | undefined | Query | Que
|
||||
export interface SocketMessage {
|
||||
type: 'socket';
|
||||
query: Query;
|
||||
permessageDeflate: boolean;
|
||||
}
|
||||
|
||||
export interface CliMessage {
|
||||
|
||||
Reference in New Issue
Block a user