英文:
Is it possible to create a pull request for an azure dev ops repo in vs code?
问题
我正在尝试使用VS Code的新C#开发工具包和.NET MAUI功能与我们存储在Azure DevOps中的代码库一起使用。除了创建PR之外,我没有执行任何其他Git操作的问题。这是否有可能?(这在2023年中期看起来很奇怪)。
英文:
I'm trying to use vs code's new c# dev kit and .net maui stuff with our codebase that lives in azure dev ops. I have no problem doing any other git operation aside from making pr's. Is this just not possible? (which is wild in mid 2023).
答案1
得分: 0
“简单的答案是不行的。然而,Visual Studio 中的“创建拉取请求”对于 Azure DevOps 实际上只是一个指向 Azure DevOps 页面的链接,所以我创建了一个小型的 VS Code 扩展来处理它。”
英文:
The simple answer is no. However, the visual studio "create pull request" for azure devops is literally just a link to the azure dev ops page and so I've created a small vs code extension to handle it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论