Skip to content
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

Cannot set false to disable telemetry via UI of CodeStory: SOTA SWE extension for Visual Studio Code #1

Closed
lloydchang opened this issue Dec 2, 2024 · 1 comment

Comments

@lloydchang
Copy link
Owner

lloydchang commented Dec 2, 2024

set false to disableTelemetry seems to be hardcoded in package.json

I cannot find a way in the UI of CodeStory: SOTA SWE extension for Visual Studio Code to set true to disableTelemetry

So far, I only see get as in codestoryConfiguration.get('disableTelemetry') in client.ts

      "codestory.disableTelemetry": {
        "type": "boolean",
        "default": false,
        "description": "Disable telemetry and logging on the backend"
      },

https://github.com/codestoryai/extension/blob/cd0095d79360062350dad9ba04f0dd0dfa511ee1/package.json#L200-L204
https://github.com/lloydchang/codestoryai-extension/blob/cd0095d79360062350dad9ba04f0dd0dfa511ee1/package.json#L200-L204

"codestory.disableTelemetry": {
"type": "boolean",
"default": false,
"description": "Disable telemetry and logging on the backend"
},

	const codestoryConfiguration = vscode.workspace.getConfiguration('codestory');
	const disableTelemetry = codestoryConfiguration.get('disableTelemetry');

https://github.com/codestoryai/extension/blob/cd0095d79360062350dad9ba04f0dd0dfa511ee1/src/posthog/client.ts#L11-L12
https://github.com/lloydchang/codestoryai-extension/blob/cd0095d79360062350dad9ba04f0dd0dfa511ee1/src/posthog/client.ts#L11-L12

const codestoryConfiguration = vscode.workspace.getConfiguration('codestory');
const disableTelemetry = codestoryConfiguration.get('disableTelemetry');

@lloydchang
Copy link
Owner Author

Relates to codestoryai#51

@lloydchang lloydchang changed the title Cannot set disable telemetry via UI of CodeStory: SOTA SWE extension for Visual Studio Code Cannot set false to disable telemetry via UI of CodeStory: SOTA SWE extension for Visual Studio Code Dec 2, 2024
@lloydchang lloydchang closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant