Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
126 stars 35 forks source link

Codeium cat not loading #99

Open RajeevAnju opened 1 month ago

RajeevAnju commented 1 month ago

It looks like Codeium Chat is taking too long to load, do you want to reload? Reload - Codeium shows this issue in vs2022

rarahim75 commented 1 month ago

Same with me. It says Connected but shows the button Retry Connection. Keep clicking that button and nothing happens.

It started after I updated to the current latest version 1.8.80. I could only revert to a very old version 1.6.13 since VS does not offer option to install just any earlier versions like VS Code does. So this older version works but it's really old.

Debug Output (api key masked):

{ "url": "http://127.0.0.1:65298/?api_key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&extension_name=Codeium&extension_version=1.8.80&ide_name=visual_studio&ide_version=17.10.35122.118&locale=en-US&ide_telemetry_enabled=true&app_name=Visual%20Studio&web_server_url=ws://127.0.0.1:65295&has_dev_extension=false&has_index_service=true&open_file_pointer_enabled=true&diff_view_enabled=true&insert_at_cursor_enabled=true&has_enterprise_extension=false", "connection": { "status": "CONNECTED", "error": {} }, "isChatEnabled": false, "handshake": {}, "params": { "ideTelemetryEnabled": true, "ready": true, "apiKey": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "extensionName": "Codeium", "extensionVersion": "1.8.80", "ideName": "visual_studio", "ideVersion": "17.10.35122.118", "locale": "en-US", "hasDevExtension": false, "hasEnterpriseExtension": false, "hasIndexService": true, "appName": "Visual Studio", "webServerUrl": "ws://127.0.0.1:65295", "diffViewEnabled": true, "openFilePointerEnabled": true, "insertAtCursorEnabled": true }, "data": { "numMessages": 0 }, "bridge": { "bridgeType": "null" }, "health": { "checkStatus": 200, "error": {} } }

kuebel commented 1 month ago

See #82