We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d53441 commit 04357ddCopy full SHA for 04357dd
src/node/coder-cloud.ts
@@ -34,8 +34,6 @@ function runAgent(...args: string[]): Promise<void> {
34
}
35
36
export function coderCloudBind(csAddr: string, serverName = ""): Promise<void> {
37
- logger.info("Remember --link is a beta feature and requires being accepted for testing")
38
- logger.info("See https://github.com/cdr/code-server/discussions/2137")
39
// addr needs to be in host:port format.
40
// So we trim the protocol.
41
csAddr = csAddr.replace(/^https?:\/\//, "")
0 commit comments