
Using React in Visual Studio Code
In this tutorial, we used the create-react-app generator to create a simple React application. There are lots of great samples and starter kits available to help build your first React application. VS …
Deploying Applications to Azure - Visual Studio Code
Visual Studio Code makes it easy to deploy your applications to the cloud with Azure and we've created walkthroughs to help you get started. Whether you're a fullstack, backend, API …
Using Vue in Visual Studio Code
Using Vue in Visual Studio Code. Vue.js is a popular JavaScript library for building web applications and user interfaces, and Visual Studio Code has built-in support for the Vue.js …
Java on Azure Spring Apps - Visual Studio Code
This tutorial shows you how to create a Java web application with Visual Studio Code. You'll learn how to run, debug, and edit the Java web app locally and then on a fully managed …
TypeScript tutorial in Visual Studio Code
This tutorial was a quick introduction to using VS Code for TypeScript development. Read on to learn more about using VS Code's compiling and debugging support for TypeScript: Compiling …
FastAPI Tutorial in Visual Studio Code
In this FastAPI tutorial, we will create a grocery list app using FastAPI. By the end of the tutorial, you will understand how to work with FastAPI in the Visual Studio Code terminal, editor, and …
Testing - Visual Studio Code
GitHub Copilot in VS Code can assist with setting up the testing framework for your project, and help you generate test code and fix failing tests. In this article, you'll learn how to start with …
Browser debugging in VS Code - Visual Studio Code
Browser debugging in VS Code. Visual Studio Code includes a built-in debugger for Edge and Chrome. There are a couple ways to get started with it. Use the Open Link command to debug …
Deploy Python Web Apps - Visual Studio Code
Deploy Python Web Apps. The Azure Tools extensions for Visual Studio Code make it easy to deploy Python applications (including containers) to Azure App Service and to deploy …
Using Angular in Visual Studio Code
If you'd like to see an example of React working with VS Code, check out the Using React in VS Code tutorial. It will walk you through creating an React application and configuring the …