We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd59a8 commit e4113f4Copy full SHA for e4113f4
patches/proxy-uri.diff
@@ -84,7 +84,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
84
rootEndpoint: base,
85
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
86
logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
87
-+ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
++ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}/',
88
embedderIdentifier: 'server-distro',
89
extensionsGallery: this._productService.extensionsGallery,
90
},
0 commit comments