I have connected team foundation server with Visual studio 2017 for source control using the team explorer plug in.
I am trying to do the same with azure data studio. The main purpose is to add source control for the database objects like stored procedures and triggers.
I am trying to connect Azure data studio with team foundation server so that I can use the azure repos for source control. I couldn't find a way to do so, is this possible?
Download the Azure Repos extension for Visual Studio Code - The Download Extension link on that page will give you the .vsix file. Then in Azure Data Studio run the Extensions: install from VSIX action and pick the file you just downloaded. This will provide you with TFVC (Team Foundation Version Control) support and more.