Search code examples
c#.netazurevisual-studio-codeazure-devops

Is it possible to create a pull request for an azure dev ops repo in vs code?


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).


Solution

  • 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.