10 results found
-
Getting Started with C# in VS Code
Getting Started with C# and .NET Development in Visual Studio Code
-
Documentation for Visual Studio Code
Your home for multi-agent development. Explore AI agents, coding tools, extensions, and everything you need to build faster with Visual Studio Code.
-
Visual Studio Code 1.112
Welcome to the 1.112 release of Visual Studio Code. This release includes various improvements across the agent and developer experience. Integrated browser debugging: debug web apps end-to-end without leaving VS Code. Copilot CLI permissions: give Copilot CLI sessions more autonomy so they complete tasks with fewer interruptions. MCP server sandboxing: run local MCP servers in a sandbox to ...
-
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
-
Signing in to C# Dev Kit - Visual Studio Code
Signing in to C# Dev Kit Signing in to C# Dev Kit In this article, you'll learn: How to sign in with an account. How to check the status of your Visual Studio subscription. How to sign out of your account. How to troubleshoot sign in issues. You can also get subscription support and can search the FAQ to find answers to common support questions about subscriptions, accounts, and billing. Sign ...
-
Build Tools - Visual Studio Code
C# Build Tools for Visual Studio Build Tools This document is an overview of how to build your C# projects and solutions in the C# tools for Visual Studio Code. It covers the features provided by the C# Dev Kit extension. Building a solution When a solution is loaded, the C# Dev Kit extension provides several tasks that operate on the solution and the projects contained in it. In addition to ...
-
Visual Studio Code on Windows
Windows Subsystem for Linux With WSL, you can install and run Linux distributions on Windows to develop and test your source code on Linux, while still working locally on your Windows machine. 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 the Working in ...
-
Configure C/C++ debugging - Visual Studio Code
Configure C/C++ debugging A launch.json file is used to configure the debugger in 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 with the path to the executable you plan to debug. This must be specified for both the launch and ...
-
Visual Studio Code - The open source AI code editor | Your home for ...
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
User interface - Visual Studio Code
User interface At its heart, Visual Studio Code is a code editor. Like many other code editors, VS Code adopts a common user interface and layout of an explorer on the left, showing all of the files and folders you have access to, and an editor on the right, showing the content of the files you have opened.