Skip to content

Commit c57f8d2

Browse files
chore: Adapt rebasing rules for code/src/vs/server/node/webClientServer.ts to upstream changes
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent b8702e6 commit c57f8d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"from": "import \\* as path from 'path';",
4-
"by": "import { getCheRedirectLocation } from 'vs/server/node/che/webClientServer';\\\nimport \\* as path from 'path';"
3+
"from": "import \\* as http from 'http';",
4+
"by": "import { getCheRedirectLocation } from 'vs/server/node/che/webClientServer';\\\nimport \\* as http from 'http';"
55
},
66
{
77
"from": "responseHeaders['Location'] = newLocation;",
88
"by": "responseHeaders['Location'] = getCheRedirectLocation(req, newQuery);"
99
},
1010
{
11-
"from": "const newLocation = url.format({ pathname: '/', query: newQuery });",
11+
"from": "const newLocation = url.format({ pathname: basePath, query: newQuery });",
1212
"by": ""
1313
}
1414
]

0 commit comments

Comments
 (0)