
Getting started with Visual Studio Code
Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
Tutorial: Get started with Visual Studio Code
In this tutorial, you learn about the key features of Visual Studio Code to help you get started with coding quickly. You learn about the different components of the user interface and how to …
Visual Studio Code debug configuration
Use the F5 key and VS Code will try to run your currently active file. However, for most debugging scenarios you need to create a debugging configuration (launch configuration). For example, …
Visual Studio Code on Windows
When coupled with the WSL extension, you get full VS Code editing and debugging support while running in the context of WSL. See the Developing in WSL documentation to learn more, or try …
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor. You can open files, install extensions, change the display language, and …
Using React in Visual Studio Code
React JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
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 …
Getting Started with C# in VS Code - Visual Studio Code
This getting started guide introduces you to C# and .NET for Visual Studio Code through the following tasks: Installing and setting up your VS Code environment for C#.
Getting Started with Python in VS Code - Visual Studio Code
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!
Configure C/C++ debugging - Visual Studio Code
Visual Studio Code generates a launch.json (under a .vscode folder in your project) with almost all of the required information. To get started with debugging you need to fill in the program field …