Add support for codebase Indexing when using a remote VSCode connection #806
strikeoncmputrz
started this conversation in
1. Feature requests
Replies: 1 comment 1 reply
-
Interesting @strikeoncmputrz! Thanks for sharing this. I'm curious what Qdrant url you are using there, is it http://localhost:6333 and if so, do you also have qdrant running on the remote machine? Or do you have it setup to something on the network that both instances can access? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, Kilo Code is outstanding. Thanks for the awesome capability!
I am assuming that codebase indexing doesn't work for remote vscode instances. I spent a few hours troubleshooting codebase indexing. I figured it was an issue with my Qdrant workload or the embedding server I was trying to use. Using tcpdump, I noticed that vscode-server on the remote host wasn't actually initiating any outbound connections to the embedding server or qdrant. I verified the same from my local host which is running the vscode UI for the remote session.
I opened a new vscode window to edit files on my local filesystem and codebase indexing began to work immediately.
Beta Was this translation helpful? Give feedback.
All reactions