You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the output of code-server --help, I see there are a lot of differences between v1 and v2. Is there any documentation that details the changes for users upgrading from v1 to v2?
More specifically. . .
Is -d still supported or only --user-data-dir?
Is -e still supported or only --extensions-dir?
Is --disable-telemetry still supported?
Is -N supported or is it automatic based on whether the PASSWORD env var is set?
Is -H supported or is it automatic based on whether a cert is selected?
Also I see that the documentation was updated to reference port 8080 instead of 8443 everywhere, but the latest stable release still uses 8443, just fyi