-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: add CLI telemetry opt-out instructions #8064
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
base: main
Are you sure you want to change the base?
Conversation
Add documentation for disabling telemetry in the Continue CLI using the CONTINUE_CLI_ENABLE_TELEMETRY=0 environment variable. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR! I thought we had already documented this. I left a couple suggestions. Once we get those committed, I am happy to approve this PR. Thanks again for your contribution :)
|
||
## How to Opt Out | ||
|
||
### VS Code Extension |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### VS Code Extension | |
### IDE extensions |
|
||
You can disable anonymous telemetry by toggling "Allow Anonymous Telemetry" off in the user settings. | ||
|
||
Alternatively in VS Code, you can disable telemetry through your VS Code settings by unchecking the "Continue: Telemetry Enabled" box (this will override the Settings Page settings). VS Code settings can be accessed with `File` > `Preferences` > `Settings` (or use the keyboard shortcut `ctrl` + `,` on Windows/Linux or `cmd` + `,` on macOS). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively in VS Code, you can disable telemetry through your VS Code settings by unchecking the "Continue: Telemetry Enabled" box (this will override the Settings Page settings). VS Code settings can be accessed with `File` > `Preferences` > `Settings` (or use the keyboard shortcut `ctrl` + `,` on Windows/Linux or `cmd` + `,` on macOS). | |
#### VS Code | |
Alternatively in VS Code, you can disable telemetry through your VS Code settings by unchecking the "Continue: Telemetry Enabled" box (this will override the Settings Page settings). VS Code settings can be accessed with `File` > `Preferences` > `Settings` (or use the keyboard shortcut `ctrl` + `,` on Windows/Linux or `cmd` + `,` on macOS). |
|
||
### CLI | ||
|
||
For the Continue CLI, set the environment variable `CONTINUE_CLI_ENABLE_TELEMETRY=0` before running commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the Continue CLI, set the environment variable `CONTINUE_CLI_ENABLE_TELEMETRY=0` before running commands: | |
For `cn`, the Continue CLI, set the environment variable `CONTINUE_CLI_ENABLE_TELEMETRY=0` before running commands: |
After this is merged, we will need to update the docs in this PR to reflect the code changes: #8126 |
Add documentation for disabling telemetry in the Continue CLI using the CONTINUE_CLI_ENABLE_TELEMETRY=0 environment variable.
Addresses the confusion mentioned in issue #2082 where users couldn't find instructions on how to disable CLI telemetry.
Generated with Continue
Summary by cubic
Added docs for disabling telemetry in the Continue CLI using CONTINUE_CLI_ENABLE_TELEMETRY=0, with export and inline command examples. Clarified the opt-out section by separating VS Code and CLI instructions.