We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4113f4 commit 0b95898Copy full SHA for 0b95898
patches/service-worker.diff
@@ -57,7 +57,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
57
@@ -316,6 +316,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}}',
+ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}/',
61
+ serviceWorker: {
62
+ scope: vscodeBase + '/',
63
+ path: base + '/_static/out/browser/serviceWorker.js',
0 commit comments