File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 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
8686 _wrapWebWorkerExtHostInIframe,
8787 developmentOptions: {
8888 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- },
10089Index: code-server/lib/vscode/src/vs/workbench/browser/contextkeys.ts
10190===================================================================
10291--- code-server.orig/lib/vscode/src/vs/workbench/browser/contextkeys.ts
You can’t perform that action at this time.
0 commit comments