10 results found
-
September 2020 (version 1.50) - Visual Studio Code
Webview Views support - Build extensions with webview views in the sidebar and panel. Updated "Create a Dev Container" tutorial - Get started with Development Containers. Join us live at the VS Code team's livestream on Tuesday, October 13 at 8am Pacific (4pm London), to see a demo of what's new in this release and ask us questions live.
-
Debugger Extension | Visual Studio Code Extension API
Debug actions for starting/stopping and stepping. Source-, function-, conditional-, inline breakpoints, and log points. Stack traces, including multi-thread and multi-process support. Navigating through complex data structures in views and hovers. Variable values shown in hovers or inlined in the source. Managing watch expressions.
-
Debug code with Visual Studio Code
Run and Debug view: displays all information related to running, debugging, and managing debug configuration settings. Debug toolbar: has buttons for the most common debugging actions. Debug console: enables viewing and interacting with the output of your code running in the debugger.
-
Debugging in Visual Studio Code
Debugging is a core feature of Visual Studio Code. In this tutorial, we will show you how to run and debug a program in VS Code. We'll take a tour of the Run and Debug view, explore some debugging features, and end by setting a breakpoint.
-
User interface - Visual Studio Code
VS Code comes with a simple and intuitive layout that maximizes the space provided for the editor, while leaving ample room to browse and access the full context of your folder or project. The user interface is divided into six main areas: Editor - The main area to edit your files.
-
VS Code API | Visual Studio Code Extension API
Show progress in the Source Control viewlet while running the given callback and while its returned promise isn't resolve or rejected. deprecated- Use withProgressinstead. workspace Namespace for dealing with the current workspace. or more folders that are opened in an editor window (instance). It is also possible to open an editor without a ...
-
Configure C/C++ debugging - Visual Studio Code
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 attach (if you plan to attach to a running instance at any point) configurations.
-
February 2020 (version 1.43) - Visual Studio Code
Welcome to the February 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Search Editors - Search and save your global search results in a full-sized editor. Draggable sash corners - Easily change the editor layout by dragging sash corners.
-
Custom Layout - Visual Studio Code
Visual Studio Code comes with a simple user interface and convenient default layout. At the same time, VS Code provides options and settings to let you customize the UI layout to suit your preferences and work style.
-
Code Navigation
Visual Studio Code has a high productivity code editor which, when combined with programming language services, gives you the power of an IDE and the speed of a text editor.