-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Setup:
- Vim
- WSL
- Windows 11
Issue:
After running :CodeiumChat a truncated (has "..." in the middle) URL is shown on the status line:
Navigating to http://127.0.0.1:41579/?api_key=a31748dc-fe1d-4b5b-918e-3c1...&app_name=Vim&locale=en&ide_telemetry_enabled=true&has_index_service=true
Although the URL is clickable with my mouse, WSL shell interprets the URL literally (i.e. with the "..." in it too), hence the error response is seen in the browser:
Connection Error
Missing chat language server URL. Please ensure that you are signed in to the Codeium plugin and close / reopen the chat window. If the problem persists, please restart the IDE.
If this problem persists, click here to download diagnostics and send it to us.
Workaround:
Before running the :CodeiumChat command, I zoom out (ctrl+-) in my terminal substantially, making the status line wide enough to contain all of the URL's characters - after which I click and successfully access the chat URL, and then reset zoom (ctrl+0).
Caveat:
Although this could be attributed to a shell, terminal or WSL issue, I am raising it in case there is a simple internal solution that could be introduced.