We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd082d9 commit a04635dCopy full SHA for a04635d
patches/proxy-uri.diff
@@ -68,7 +68,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
68
rootEndpoint: base,
69
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
70
logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
71
-+ proxyEndpointTemplate: base + '/proxy/{{port}}',
++ proxyEndpointTemplate: process.env.VSCODE_PROXY_URI ?? base + '/proxy/{{port}}',
72
embedderIdentifier: 'server-distro',
73
extensionsGallery: this._productService.extensionsGallery,
74
},
0 commit comments