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

Chat disabled due to IDE telemetry allegedly being off when it is in fact on #111

Open
curio77 opened this issue Aug 23, 2024 · 2 comments

Comments

@curio77
Copy link

curio77 commented Aug 23, 2024

In my VS Code instance (v1.92.2, Linux), telemetry is set to “all”. Regardless, the Codeium chat complains about it being off.

Debug output:

{
  "url": "vscode-webview://0bpa22sred76kggbihamogi3agff3kuiofb26cqcapnbfic7q733/index.html?id=86ba6b7f-0931-4b9e-a40b-a01a689e8ef9&origin=9420127c-e883-470c-a2b1-1deecbed200c&swVersion=4&extensionId=Codeium.codeium&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView",
  "connection": {
    "status": "READY",
    "error": {}
  },
  "isChatEnabled": false,
  "handshake": {
    "disabledTelemetry": false,
    "ignoreChatTelemetrySetting": false
  },
  "params": {
    "ideTelemetryEnabled": false,
    "ready": true,
    "apiKey": "***",
    "extensionName": "vscode",
    "extensionVersion": "1.12.6",
    "ideName": "vscode",
    "ideVersion": "Visual Studio Code 1.92.2",
    "locale": "de",
    "hasDevExtension": false,
    "appName": "Visual Studio Code",
    "webServerUrl": "ws://127.0.0.1:39033",
    "hasEnterpriseExtension": false,
    "hasIndexService": true,
    "diffViewEnabled": true,
    "openFilePointerEnabled": true,
    "insertAtCursorEnabled": true
  },
  "data": {
    "numMessages": 0
  },
  "bridge": {
    "bridgeType": "vscode-bridge"
  },
  "health": {
    "checkStatus": 200,
    "error": {}
  }
}
@LousyBook-01
Copy link

same

@jpmvferreira
Copy link

jpmvferreira commented Jan 14, 2025

I'm getting the same issue, even with "telemetry.telemetryLevel": "all" on my settings.json.
According to the documentation, the previous setting enables all telemetry on VS Code. If the extension does not inherit from this setting, which is possible, what setting should I modify to enable telemetry?

Here's the debug output:

{
  "url": "vscode-webview://1ukd5mflqrdn3f63v27731bdonisdp5monrpmhoil4dbf1ique08/index.html?id=9456fe51-7461-40a2-9653-cbb4e9793157&origin=ea2e7c17-e4cc-46c4-a10e-1bf5aeced963&swVersion=4&extensionId=Codeium.codeium&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app",
  "connection": {
    "status": "READY",
    "error": {}
  },
  "error": null,
  "isChatEnabled": false,
  "handshake": {
    "disabledTelemetry": false,
    "ignoreChatTelemetrySetting": false
  },
  "params": {
    "ideTelemetryEnabled": false,
    "ready": true,
    "defaultView": "chat",
    "apiKey": "--------",
    "extensionName": "vscode",
    "extensionVersion": "1.30.18",
    "ideName": "vscode",
    "ideVersion": "Visual Studio Code 1.95.1",
    "locale": "en",
    "hasDevExtension": false,
    "appName": "Visual Studio Code",
    "webServerUrl": "ws://127.0.0.1:38821",
    "hasEnterpriseExtension": false,
    "hasIndexService": true,
    "diffViewEnabled": true,
    "openFilePointerEnabled": true,
    "insertAtCursorEnabled": true
  },
  "data": {
    "numMessages": 0
  },
  "bridge": {
    "bridgeType": "vscode-bridge"
  },
  "health": {
    "checkStatus": 200,
    "error": {}
  }
}

EDIT: I was told this repository is for Visual Studio and not for Visual Studio Code, and my issue is with VS Code. I will contact support directly as it seems they have that option listed on the website.

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

3 participants