Microsoft/vscode

Support `#codebase` for remote Azure Devops repos that use `vscode-vfs`

Open

#268725 opened on Sep 28, 2025

View on GitHub
 (4 comments) (0 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
chat-codebasefeature-requesthelp wanted

Description

I am trying to work on the remote repo (without clone in local) of Azure devops with github copilot, but I found the workspace index type of the remote repo is locally index after checking, if I clone the repo in local, the workspace index will become remotely index. I wonder how it could be remotely index as a remote repo without clone in local. Here is my workspace file setting: { "folders": [ { "uri": "vscode-vfs://azurerepos/{OrgName}/{ProjectName}/{RepoName}" } ], "settings": {} }

  • Copilot Chat Extension Version: 0.31.3
  • VS Code Version: 1.104.2
  • OS Version: Edition Windows 11 Enterprise Version 24H2 Installed on ‎10/‎22/‎2024 OS build 26100.6508 Experience Windows Feature Experience Pack 1000.26100.128.0
  • Feature (e.g. agent/edit/ask mode): Workspace Index
  • Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet):
  • Logs:

Steps to Reproduce:

  1. Open the workspace directly
  2. Wait the index checking finish

Contributor guide