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 070a328 commit a784f2dCopy full SHA for a784f2d
test/e2e/models/CodeServer.ts
@@ -59,14 +59,6 @@ export class CodeServer {
59
}
60
const { address } = await this.process
61
62
- // NOTE@jsjoeio - when enabled, we assume code-server is running
63
- // via a reverse proxy with something like Caddy
64
- // and being accessed at host/port i.e. localhost:8000/1337
65
- // if (process.env.USE_PROXY && process.env.USE_PROXY === "1") {
66
- // const uri = new URL(address)
67
- // return `http://${uri.hostname}:8000/${uri.port}/ide/`
68
- // }
69
-
70
return address
71
72
0 commit comments