Skip to content

Commit e4113f4

Browse files
committed
fixup!: add trailing slash
1 parent cbd59a8 commit e4113f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/proxy-uri.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
8484
rootEndpoint: base,
8585
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
8686
logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
87-
+ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
87+
+ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}/',
8888
embedderIdentifier: 'server-distro',
8989
extensionsGallery: this._productService.extensionsGallery,
9090
},

0 commit comments

Comments
 (0)