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 fc0397b commit deb78caCopy full SHA for deb78ca
internal/cmd/bind.go
@@ -113,6 +113,13 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) {
113
}
114
115
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
123
flog.Info("Proxying code-server, you can access your IDE at %v", url)
124
125
proxy()
0 commit comments