Microsoft/vscode
Support `#codebase` for remote Azure Devops repos that use `vscode-vfs`
开放
#268,725 创建于 2025年9月28日
chat-codebasefeature-requesthelp wanted
仓库指标
- 星标
- (184,936 个星标)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
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:
- Open the workspace directly
- Wait the index checking finish