Skip to content

Commit 0b95898

Browse files
committed
fixup!: refresh
1 parent e4113f4 commit 0b95898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/service-worker.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
5757
@@ -316,6 +316,10 @@ export class WebClientServer {
5858
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
5959
logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
60-
proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
60+
proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}/',
6161
+ serviceWorker: {
6262
+ scope: vscodeBase + '/',
6363
+ path: base + '/_static/out/browser/serviceWorker.js',

0 commit comments

Comments
 (0)