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 #51

Open
lloydchang opened this issue Dec 2, 2024 · 0 comments

Comments

@lloydchang
Copy link

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"
      },

extension/package.json

Lines 200 to 204 in cd0095d

"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');

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

@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
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