We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acd21f commit 02a9509Copy full SHA for 02a9509
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