chore: add deprecation notice for --link (#4562)

Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
Ben Potter
2021-11-29 12:03:33 -08:00
committed by GitHub
parent 3d4660491a
commit 6a2740f57e
3 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
# code-server --link
Run code-server with the beta flag `--link` and you'll get TLS, authentication, and a dedicated URL
> Note: This feature is no longer recommended due to instability. Stay tuned for a revised version.
Run code-server with the flag `--link` and you'll get TLS, authentication, and a dedicated URL
for accessing your IDE out of the box.
```console