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 2ffe187 commit 8d18258Copy full SHA for 8d18258
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Gitpod",
4
"description": "Required to connect to Classic workspaces",
5
"publisher": "gitpod",
6
- "version": "0.0.181",
+ "version": "0.0.182",
7
"license": "MIT",
8
"icon": "resources/gitpod.png",
9
"repository": {
src/publicApi.ts
@@ -84,7 +84,7 @@ export class GitpodPublicApi extends Disposable implements IGitpodAPI {
84
baseUrl: serviceUrl.toString(),
85
httpVersion: '2',
86
interceptors: [authInterceptor, metricsInterceptor],
87
- useBinaryFormat: true,
+ useBinaryFormat: false,
88
pingIntervalMs: 120000,
89
pingTimeoutMs: 10000
90
});
0 commit comments