File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,6 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
86
86
_wrapWebWorkerExtHostInIframe,
87
87
developmentOptions: {
88
88
enableSmokeTestDriver: this._environmentService.args['enable-smoke-test-driver'] ? true : undefined,
89
- @@ -319,6 +320,10 @@ export class WebClientServer {
90
- updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
91
- logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
92
- proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
93
- + serviceWorker: {
94
- + scope: vscodeBase + '/',
95
- + path: base + '/_static/out/browser/serviceWorker.js',
96
- + },
97
- embedderIdentifier: 'server-distro',
98
- extensionsGallery: this._productService.extensionsGallery,
99
- },
100
89
Index: code-server/lib/vscode/src/vs/workbench/browser/contextkeys.ts
101
90
===================================================================
102
91
--- code-server.orig/lib/vscode/src/vs/workbench/browser/contextkeys.ts
You can’t perform that action at this time.
0 commit comments