Skip to content

Commit 9d420dc

Browse files
authored
Merge pull request #18 from bpmct/bpmct/deprecation-warning
add warning for --link deprecation
2 parents b053bba + 22d6757 commit 9d420dc

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 not releasing new features or bugfixes. 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)