Chat disabled due to IDE telemetry allegedly being off when it is in fact on
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": {}
}
}
same
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.
Updating my VS Code to the latest version and re-installing Windsurf (formerly Codeium) plugin directly from their website fixed this for me.