Skip to content

Commit fb7bcb8

Browse files
committed
fixup!: refresh disable-downloads
1 parent 64984bd commit fb7bcb8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

patches/disable-downloads.diff

-11
Original file line numberDiff line numberDiff 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-
},
10089
Index: code-server/lib/vscode/src/vs/workbench/browser/contextkeys.ts
10190
===================================================================
10291
--- code-server.orig/lib/vscode/src/vs/workbench/browser/contextkeys.ts

0 commit comments

Comments
 (0)