-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Differences between v1 and v2 re: commanline arguments #1019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please refer to the TLDR: we only pass VSCode commands going forward with our additions. See GH-857. |
As for the port change, it was requested for our venerable Google Cloud Run users. |
I guess I didn't make myself clear. My questions above were a result of comparing the I'll go ahead and assume the Then how do I make sure telemetry is disabled? I don't see a telemetry entry in the code-server gui settings as described in vscode docs: https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting Thanks |
@aptalca you can use the |
Thanks. Then perhaps that option should be added to the |
Using |
We just display what VS Code displays and it seems they opt not to show I'm not sure what I'm not sure why the disable telemetry option doesn't show in the settings but it's on my list to look into. |
Hi,
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. . .
-d
still supported or only--user-data-dir
?-e
still supported or only--extensions-dir
?--disable-telemetry
still supported?-N
supported or is it automatic based on whether thePASSWORD
env var is set?-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 of8443
everywhere, but the latest stable release still uses8443
, just fyiThanks
The text was updated successfully, but these errors were encountered: