We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8702e6 commit c57f8d2Copy full SHA for c57f8d2
1 file changed
.rebase/replace/code/src/vs/server/node/webClientServer.ts.json
@@ -1,14 +1,14 @@
1
[
2
{
3
- "from": "import \\* as path from 'path';",
4
- "by": "import { getCheRedirectLocation } from 'vs/server/node/che/webClientServer';\\\nimport \\* as path from 'path';"
+ "from": "import \\* as http from 'http';",
+ "by": "import { getCheRedirectLocation } from 'vs/server/node/che/webClientServer';\\\nimport \\* as http from 'http';"
5
},
6
7
"from": "responseHeaders['Location'] = newLocation;",
8
"by": "responseHeaders['Location'] = getCheRedirectLocation(req, newQuery);"
9
10
11
- "from": "const newLocation = url.format({ pathname: '/', query: newQuery });",
+ "from": "const newLocation = url.format({ pathname: basePath, query: newQuery });",
12
"by": ""
13
}
14
]
0 commit comments