Replies: 31 comments 9 replies
-
same question, my project is really small, and it is still building, can i reset this ? restart does not help. |
Beta Was this translation helpful? Give feedback.
-
When It Works, It's Great ...If we build a remote workspace index, and then wait for it to finish, it seems to work very well. "workspace" queries are awesome after it's done. It's an incredibly promising feature, but we are scratching our heads here with a few questions. The documentation (link) suggests:
But Does It Work?Our questions:
Behind the Scenes 🕵️Trying to answer these questions on my own, I set up Charles Proxy to take a look at the traffic that occurs when you build one in VS Code. Screenshot below reveals the endpoint that the IDE is hitting behind the scenes:
Unfortunately, since this is an internal endpoint, it's not documented within the API reference. All of the JSON elements in the response are showing "true" or "ok" which would suggest that the index is ready to go? Yet we still get a spinner in VS Code. Hoping the VS Code + Copilot team can help shed some light on this and open up the black box a bit! It's such a nice feature, but needs a bit more UI around it to instill confidence. |
Beta Was this translation helpful? Give feedback.
-
Same here. It just spins with no success/error messages. |
Beta Was this translation helpful? Give feedback.
-
same here, is there an option to just turn it off, it slowdown the computer |
Beta Was this translation helpful? Give feedback.
-
Same here. spinning for a couple of days now. Repo is 120MB |
Beta Was this translation helpful? Give feedback.
-
I created a new repository with one file, reinstalled VS Code on my local machine, and reinstalled the VS Code server on my remote machine. However, it is still displaying
indefinitely. This issue started two days ago. I tried downgrading and even using VS Code Insider, and I reauthorized and revoked all tokens. bwt this is my diagnostic output diagnostic output## Copilot
- Version: 1.267.1367
- Build: nightly
- Editor: vscode/1.98.0-insider
## Environment
- http_proxy: n/a
- https_proxy: n/a
- no_proxy: n/a
- SSL_CERT_FILE: /usr/lib/ssl/cert.pem
- SSL_CERT_DIR: /usr/lib/ssl/certs
- OPENSSL_CONF: n/a
## Feature Flags
- Send Restricted Telemetry: disabled
- Chat: enabled
- Content exclusion: unavailable
## Node setup
- Number of root certificates: 147
- Operating system: Linux
- Operating system version: 6.8.0-53-generic
- Operating system architecture: x64
- NODE_OPTIONS: n/a
- NODE_EXTRA_CA_CERTS: n/a
- NODE_TLS_REJECT_UNAUTHORIZED: n/a
- tls default min version: TLSv1.2
- tls default max version: TLSv1.3
## Network Configuration
- Proxy host: n/a
- Proxy port: n/a
- Kerberos SPN: n/a
- Reject unauthorized: disabled
- Fetcher: HelixFetcher
## Reachability
- github.com: HTTP 200
- api.github.com: HTTP 200
- proxy.individual.githubcopilot.com: HTTP 200
- api.individual.githubcopilot.com: HTTP 200
- telemetry.individual.githubcopilot.com: HTTP 200
## VS Code Configuration
- HTTP proxy:
- HTTP proxy authentication: n/a
- Proxy Strict SSL: true
- Extension HTTP proxy support: override
## Extensions
- Is `win-ca` installed?: false
- Is `mac-ca` installed?: false
## Authentication
- GitHub username: antonius-dev |
Beta Was this translation helpful? Give feedback.
-
Me as well facing same issue !
|
Beta Was this translation helpful? Give feedback.
-
Same issue here also my network has restrictions to githubusercontent.com, I don't know if this affects the remote workspace index. How do I enable the Local index, instead of the remote one? |
Beta Was this translation helpful? Give feedback.
-
I tried building a workspace with just one file and am getting the same issue
|
Beta Was this translation helpful? Give feedback.
-
My "Building remote workspace index" has been going for days. I feel like it is completely broken currently. |
Beta Was this translation helpful? Give feedback.
-
same here,never seen it working |
Beta Was this translation helpful? Give feedback.
-
Looks like it's not working. Everytime I'm opening my repo, I always Building the index. It's been a few days, but the remote workspace is never getting indexed. "Building remote workspace index" indefinitely |
Beta Was this translation helpful? Give feedback.
-
For me the indexing worked out, but using the index with
|
Beta Was this translation helpful? Give feedback.
-
It's been 5 days since the first post. Mine's been running for a couple of days. Did anyone's ever complete successfully? |
Beta Was this translation helpful? Give feedback.
-
I've also had mine running on and off the last few days - has anyone else found that the copilot auto suggestions are worse while this is running? |
Beta Was this translation helpful? Give feedback.
-
This is really annoying, i'm aware of 'insiders'-version, but c'mon. :-( |
Beta Was this translation helpful? Give feedback.
-
the official indexing documentation says it can take up to 30 minutes... yet at least some of us have been waiting for days... Something is definitely not working right. |
Beta Was this translation helpful? Give feedback.
-
Happening here too, and confused why this step needs to be done client-side at all given that the workspace repositories are hosted on Github |
Beta Was this translation helpful? Give feedback.
-
Is there a way to get the list of repository that have been indexed ? |
Beta Was this translation helpful? Give feedback.
-
same problem here, it's been like 2 days of indexing actually, with a codebase not larger than some hundreds files. |
Beta Was this translation helpful? Give feedback.
-
Same issue. Barebones web app: ![]() |
Beta Was this translation helpful? Give feedback.
-
Maybe it's the type of repo? Has anyone had success with any of these?
I've only tried with org private, but maybe that's the issue... |
Beta Was this translation helpful? Give feedback.
-
suddenly it stopped indexing after last reload, just not sure, if it is fixed, or just stopped. |
Beta Was this translation helpful? Give feedback.
-
Update to the latest version of Insiders and it should be working! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
3 hours has past and I'm still getting building remote workspace index... vscode version 1.97.2 (Universal) for Mac , my repository is private - could that be the problem ? |
Beta Was this translation helpful? Give feedback.
-
Same thing here, building remote workspace index has been running for a day without doing anything lmao |
Beta Was this translation helpful? Give feedback.
-
@riyoua Working for me for VS Code version 1.98.0-insider (on Ubuntu 24.10). |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I recently tried to enable remote workspace indexing in VS Code using Github Copilot Chat; however, I have yet to get this to work once. I'm a GitHub Enterprise user, FYI.
When I toggle remote workspace indexing, it gets stuck in the "Building remote workspace index" but never progresses. No progress bars, errors, or anything to indicate something is or isn't working. This is what it's looked like for more than 8 hours:
The remote repository is about 2.5GB, but I would think that shouldn't cause it to take as long as it has.
Using the latest version of VS Code, along with Github Copilot Chat. I've tried the pre-release version of the extension and the Insiders version of VS Code, but I'm unable to make any progress with remote indexing and am just unsure how to resolve it.
Any help would be greatly appreciated.
EDIT (02/13/25): I was pointed to this Github issue to report this problem.
Beta Was this translation helpful? Give feedback.
All reactions