vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Official repository for the Microsoft C/C++ extension for VS Code.

Results 688 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

### Environment - OS and Version: Ubuntu Server 22.04 - VS Code Version: Latest - C/C++ Extension Version: Latest - If using SSH remote, specify OS of remote machine: Ubuntu...

bug
Language Service
more info needed

### Environment - OS and Version: Fedora Linux 42 (Workstation Edition) - VS Code Version: 1.100.2 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote...

bug
Language Service
Visual Studio

### Environment - OS and Version: Ubuntu 22.04.4 LTS - VS Code Version: 1.100.2 - C/C++ Extension Version: 1.25.3 ### Bug Summary and Steps to Reproduce ### Bug Summary The...

bug
Language Service
fixed
regression
Feature: Configuration

### Environment - OS and Version: Windows 10 - VS Code Version: 1.99.3 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote machine: No SSH...

Language Service
help wanted
enhancement

This adds the ability to debug processes via LLDB using the LLDB-DAP adapter that is bundled with LLVM's LLDB debugger. This includes: - additions to the options schema to support...

### Environment - OS and version: linux manjaro 24.2.1 - VS Code: 1.98.2 - C/C++ extension: 1.23.6 - OS and version of remote machine (if applicable): ubuntu 22.04 executed in...

debugger

### Feature Request It's currently not possible to select and copy text in the Disassembly View. This is often relevant when writing bug reports in particularly gnarly scenarios involving third...

debugger
Feature Request
help wanted

### Feature Request We'll be integrating lldb-dap into the debugger workflow and adding a new debugger type for it: `cpplldb`

debugger
Feature Request

### Environment - OS and Version: docker Linux ice-home 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux under root - VS Code Version: -Version:...

bug
Language Service
help wanted

Type: Bug 1. create any cmake project. 2. use gdb debugger to debug app 3. add `.gdbinit` to project root directory. The content is: ``` python print("Local GDB Init") end...

debugger
help wanted