Skip to content

Commit

Permalink
fixup!: refresh disable-downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Oct 13, 2022
1 parent 10d2cd5 commit d7ead89
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions patches/disable-downloads.diff
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
_wrapWebWorkerExtHostInIframe,
developmentOptions: {
enableSmokeTestDriver: this._environmentService.args['enable-smoke-test-driver'] ? true : undefined,
@@ -319,6 +320,10 @@ export class WebClientServer {
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
+ serviceWorker: {
+ scope: vscodeBase + '/',
+ path: base + '/_static/out/browser/serviceWorker.js',
+ },
embedderIdentifier: 'server-distro',
extensionsGallery: this._productService.extensionsGallery,
},
Index: code-server/lib/vscode/src/vs/workbench/browser/contextkeys.ts
===================================================================
--- code-server.orig/lib/vscode/src/vs/workbench/browser/contextkeys.ts
Expand Down

0 comments on commit d7ead89

Please sign in to comment.