codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

Configure listen address for chat

Open michaelmior opened this issue 1 year ago • 3 comments

It would be helpful to be able to configure what address the server listens on for chat purposes and then also which URL is opened. This would make it possible to easily use chat to interact with code on a remote server without tunnelling.

michaelmior avatar May 29 '24 17:05 michaelmior

I think one issue is that many servers can be spawned across IDEs/vim instances, so a consistent port can't be used.

cc @fortenforge

pqn avatar May 30 '24 17:05 pqn

@pqn That's fine if the port isn't consistent. But I'd like to be able to listen on an external interface so I can easily use chat remotely.

michaelmior avatar May 30 '24 17:05 michaelmior

I think we could do something where there's a vim setting that allows you to configure a chat port that will attempt to be used.

fortenforge avatar May 30 '24 18:05 fortenforge