
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.
Visual Studio Code debug configuration
In VS Code, there are two core debugging modes, Launch and Attach, which handle two different workflows and segments of developers. Depending on your workflow, it can be confusing to know …
GitHub Copilot in VS Code
GitHub Copilot is an AI-powered coding assistant integrated into Visual Studio Code. It provides code suggestions, explanations, and automated implementations based on natural language prompts 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 testing in VS …
Node.js tutorial in Visual Studio Code
The Visual Studio Code editor has great support for writing and debugging Node.js applications. This tutorial takes you from Hello World to a full Express web application.
Using Vue in Visual Studio Code
Follow this conversation to use Vite/Vue.js 3 project with VS Code using Microsoft Edge. For Vue CLI, which is now in maintenance mode, check out Vue.js debugging in VS Code recipe on the VS Code …
Debug code with Visual Studio Code
This article describes the debugging features of VS Code and how to get started with debugging in VS Code. You also learn how you can use Copilot in VS Code to accelerate setting up your debugging …
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 developer, or DevOps …
Tips and tricks for Copilot in VS Code - Visual Studio Code
This article provides tips and tricks to optimize your development experience for using GitHub Copilot in Visual Studio Code. Checklist for using Copilot in VS Code
Browser debugging in VS Code
Launch configs are the traditional way to set up debugging in VS Code, and provide you the most flexibility for running complex applications. In this section, we'll go into more detail about …