Skip to content

Commit deb78ca

Browse files
committed
add warning for --link deprecation
1 parent fc0397b commit deb78ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/cmd/bind.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) {
113113
}
114114
}
115115

116+
flog.Info("code-server --link is deprecated. While the servers will remain online,")
117+
flog.Info("we are unable to troubleshoot --link issues. A future code-server")
118+
flog.Info("release will include a v2 with new features. If you would")
119+
flog.Info("like early access, reach out on https://cdr.co/join-community")
120+
flog.Info("")
121+
122+
116123
flog.Info("Proxying code-server, you can access your IDE at %v", url)
117124

118125
proxy()

0 commit comments

Comments
 (0)