Spend more time coding and less time switching between tools. Use features and extensions that work with Azure and GitHub to develop, debug, and deploy—all from one place.
Create, run, and debug your cloud projects locally to prototype quickly. Optimize costs by testing whether new features run efficiently in the cloud before deploying. Azure extensions include emulators for Azure Storage, Azure Cosmos DB, and Azure Functions.
Use the Deploy to Azure extension to set up continuous integration and continuous delivery (CI/CD) from your apps to the cloud using GitHub Actions or Azure Pipelines. Easily create a CI/CD pipeline targeting Azure App Service, Azure Functions, or Azure Kubernetes Service (AKS) using the extension’s built-in automated workflows.
Easily manage your app’s data using the built-in MongoDB and IntelliSense support. Connect to your local or remote MongoDB servers and manage databases, collections, and documents, or host them in the cloud with the Azure Cosmos DB free tier.
You don't need to change how you work with others, whether they're teammates in the same room or developers around the world working on open-source projects. Bring pull requests and issues from GitHub into the editor with the GitHub Pull Requests and Issues extension. Or collaborate on editing, debugging, and app sharing in real time for pair programming or code reviews with the Live Share Extension.
Build, manage, and deploy containerized applications using the Docker extension. Generate Docker files from your existing repository and manage your containers, images, and registries from inside Visual Studio Code.
Enjoy a fully integrated Kubernetes experience with the Kubernetes extension. Deploy containerized applications to local or cloud-hosted Kubernetes clusters and debug your live applications in Visual Studio Code.
Extend JavaScript debugging to front-end development using the Microsoft Edge DevTools extension for Visual Studio Code. Set breakpoints and step through front-end JavaScript code to resolve issues quickly. Debug front-end and back-end code simultaneously with the multitarget debugging capability.