Microsoft/vscode

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

Open

#268,725 opened on 2025年9月28日

GitHub で見る
 (4 comments) (0 reactions) (1 assignee)TypeScript (10,221 forks)batch import
chat-codebasefeature-requesthelp wanted

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (平均マージ 11h 43m) (30d で 1,000 merged PRs)

説明

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

コントリビューターガイド