Skip to content

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

@lloydchang

Description

@lloydchang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions