Skip to content

Conversation

rossigee
Copy link

@rossigee rossigee commented Oct 2, 2025

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.

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]>
@rossigee rossigee requested a review from a team as a code owner October 2, 2025 13:47
@rossigee rossigee requested review from Patrick-Erichsen and removed request for a team October 2, 2025 13:47
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 2, 2025
Copy link

github-actions bot commented Oct 2, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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

@rossigee
Copy link
Author

rossigee commented Oct 7, 2025

I have read the CLA Document and I hereby sign the CLA

Copy link
Contributor

@TyDunn TyDunn left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 7, 2025
@TyDunn
Copy link
Contributor

TyDunn commented Oct 7, 2025

After this is merged, we will need to update the docs in this PR to reflect the code changes: #8126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants