About 64 results
Open links in new tab
  1. Visual Studio Code tips and tricks

    Besides searching and replacing expressions, you can also search and reuse parts of what was matched, using regular expressions with capturing groups. Enable regular expressions in the search …

  2. Debug code with Visual Studio Code

    One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.

  3. Extensions using CodeLens - Visual Studio Code

    Feb 12, 2017 · Do you write a lot of regular expressions? This is an excellent extension to quickly test your regex. Version Lens Marketplace - Version Lens Author - pflannery With support for many …

  4. Portable mode - Visual Studio Code

    Portable mode is supported on the ZIP download for Windows, and the TAR.GZ download for Linux, as well as the regular Application download for macOS. See the Download page to find the correct .zip / …

  5. November 2025 (version 1.107) - Visual Studio Code

    November 2025 (version 1.107) Release date: December 10, 2025 Update 1.107.1: The update improves the agent sessions experience, adds an agent workflow tutorial, and addresses these …

  6. Terminal Appearance - Visual Studio Code

    terminal.integrated.lineHeight Open in VS Code Open in VS Code Insiders : Configures additional vertical spacing between characters as a multiplier of the regular line height. For example, 1.1 will …

  7. Custom Layout - Visual Studio Code

    Custom Layout 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 …

  8. January 2026 (version 1.109) - Visual Studio Code

    January 2026 (version 1.109) Release date: February 4, 2026 Update 1.109.1: The update addresses these security issues. Update 1.109.2: The update addresses an issue with chat. Update 1.109.3: …

  9. when clause contexts | Visual Studio Code Extension API

    For example, a regular expression literal to match a substring file:// would be /file:\/\// in JavaScript but /file:\\/\\// in a when clause because a backslash needs to be escaped in a JSON string and a slash …

  10. Glob Patterns Reference - Visual Studio Code

    Visual Studio Code glob patterns reference Glob Patterns Reference Visual Studio Code uses glob patterns in many components. Examples include setting file and folder includes/excludes in features …