10 results found
-
Visual Studio Code - Code Editing. Redefined
Optimized experience for screen readers, high contrast themes, and keyboard-only navigation. Whether you are on your phone, tablet, or desktop, you can access your code from anywhere.
-
Containers in Visual Studio Code
To install the extension, open the Extensions view (⇧⌘X (Windows, Linux Ctrl+Shift+X)), search for container tools to filter results and select the Container Tools extension authored by Microsoft.
-
Debug code with Visual Studio Code
VS Code has built-in support for JavaScript, TypeScript, and Node.js debugging. The Visual Studio Marketplace has a wide variety of debugging extensions to add debugging support for other languages and runtimes to VS Code. This article describes the debugging features of VS Code and how to get started with debugging in VS Code.
-
Debugger Extension | Visual Studio Code Extension API
Visual Studio Code's debugging architecture allows extension authors to easily integrate existing debuggers into VS Code, while having a common user interface with all of them. VS Code ships with one built-in debugger extension, the Node.js debugger extension, which is an excellent showcase for the many debugger features supported by VS Code:
-
Debug C++ in Visual Studio Code
After you have set up the basics of your debugging environment as specified in the configuration tutorials for each target compiler/platform, you can learn more details about debugging C/C++ in this section. Visual Studio Code supports the following debuggers for C/C++ depending on the operating system you are using:
-
Developing inside a Container - Visual Studio Code
To get started, follow these steps: Install and configure Docker for your operating system, using one of the paths below or an alternative Docker option, like Docker on a remote host or Docker compliant CLI. Install Docker Desktop for Windows/Mac.
-
October 2022 (version 1.73) - Visual Studio Code
Welcome to the October 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Search include/exclude folders - Quickly set folders to include/exclude in the tree view. Command Center mode shortcuts - Displays commonly used modes before recent files list.
-
Extension runtime security - Visual Studio Code
Extensions greatly enhance the functionality of Visual Studio Code. They can also introduce risks, such as malicious code execution and data privacy concerns. The Visual Studio Marketplace has many ways to protect you from bad extensions. In addition, VS Code gives you several indicators of an extension's reliability.
-
Common Capabilities | Visual Studio Code Extension API
Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Command is central to how VS Code works.
-
Documentation for Visual Studio Code
Download VS Code for Windows, macOS, or Linux. Follow the setup guide to install and configure VS Code for your OS. Discover the key features of VS Code with the step-by-step tutorial. Get started with GitHub Copilot, your AI coding assistant. Write code in your favorite programming language.