File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export class WebClientServer {
75
75
76
76
private _mapCallbackUriToRequestId : Map < string , UriComponents > = new Map ( ) ;
77
77
78
- constructor (
78
+ constructor (
79
79
private readonly _connectionToken : string ,
80
80
private readonly _environmentService : IServerEnvironmentService ,
81
81
private readonly _logService : ILogService ,
@@ -320,7 +320,7 @@ export class WebClientServer {
320
320
// Endpoints
321
321
base,
322
322
logoutEndpointUrl : base + '/logout' ,
323
- proxyEndpointUrlTemplate : base + '/proxy/{port}' ,
323
+ proxyEndpointUrlTemplate : base + '/proxy/{{ port} }' ,
324
324
webEndpointUrl : vscodeBase + '/static' ,
325
325
webEndpointUrlTemplate : vscodeBase + '/static' ,
326
326
webviewContentExternalBaseUrlTemplate : vscodeBase + '/webview/{{uuid}}/' ,
You can’t perform that action at this time.
0 commit comments