File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,18 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/client.ts
50
50
+ }
51
51
+ }
52
52
}
53
+ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
54
+ ===================================================================
55
+ --- code-server.orig/lib/vscode/src/vs/server/node/webClientServer.ts
56
+ +++ code-server/lib/vscode/src/vs/server/node/webClientServer.ts
57
+ @@ -319,6 +319,10 @@ export class WebClientServer {
58
+ updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
59
+ logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
60
+ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
61
+ + serviceWorker: {
62
+ + scope: vscodeBase + '/',
63
+ + path: base + '/_static/out/browser/serviceWorker.js',
64
+ + },
65
+ embedderIdentifier: 'server-distro',
66
+ extensionsGallery: this._productService.extensionsGallery,
67
+ },
You can’t perform that action at this time.
0 commit comments