在 visual studio 在线使用外部/远程 git 存储库时不显示源导航

Source navigation is not showing when working with external/ remote git repository in visual studio online

假设我有一个 git 存储库托管在 Bitbucket 中。我使用以下方式添加了此参考。

Serttings > Services > External Git Now when I am going to create a build it is not showing source navigation. But when we use visual studio git it shows source navigation like following

但外部导航缺失 git

这是已知问题还是我缺少任何导致它不显示源导航的配置?

这是设计使然,您可以手动指定文件(可以使用相对路径和通配符,例如 ConsoleApplication1/ConsoleApplication1.sln)。

我提交了您可以投票的用户意见here