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 758 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

Type: Bug If I were to write something like this: ```c struct { const int i; } s; s.i = 0; ``` instead of underlining `i` to give the error...

bug
Language Service
Visual Studio

* Operating System and version MacOS 10.13.4 * VS Code version and if you are using the Insiders build VSCode 1.24.0-Insiders #2404210629c744e6237a14d7b5fa852e24c6e898 * C/C++ extension version 0.16.1 * step-by-step instructions...

Language Service
Feature Request
Works in VS
Feature: Find All References

### Feature Request As you know, `cppvsdbg` has default Natvis for STL unlike `cppdbg` GCC. I would like to suggest adding a default visualizer for GCC STL in case when...

debugger
Feature Request

### Feature Request The Debug View's Variables view allows double-clicking to open an editable field to edit the variable. But it allows it even when the variable is not editable....

debugger
Feature Request
help wanted

### Environment - OS and version: windows 11 - VS Code: 1.102.3 - C/C++ extension: C/C++ v1.26.3 - OS and version of remote machine (if applicable): debian 11 - GDB...

question
debugger
help wanted

### Feature Request To keep VS and VS Code C++ extensions in sync and up to date with C++ standards we should consider having some automation that will update both...

internal

### Environment - OS and version: archlinux - VS Code: 1.96.0 - insider - C/C++ extension: 1.23.1 - GDB / LLDB version: GNU gdb (GDB) 15.2 ### Bug Summary and...

debugger
help wanted

# Environment - OS and version: `Windows 11` - VS Code: `1.104.1` - C/C++ extension: `1.27.7` # Description Display of `__int128` values seems broken/not supported in `cpptools` (Windows) in comparison...

debugger
Feature Request
Visual Studio
more votes needed

### Environment - OS and version: AlmaLinux 8.10 - VS Code: 1.102.1 (and earlier) - C/C++ extension: ms-vscode.cpptools-1.23.5-linux-x64 and later - OS and version of remote machine (if applicable): -...

bug
debugger
help wanted

### Brief Issue Summary ![image](https://user-images.githubusercontent.com/26430685/194827036-4f81128e-0d5b-4f08-86f6-5b06d2a0a49d.png) ### CMake Tools Diagnostics ```shell { "os": "win32", "vscodeVersion": "1.72.0", "cmtVersion": "1.12.27", "configurations": [ { "folder": "d:\\CODE\\ccc", "cmakeVersion": "3.24.2", "configured": true, "generator": "Ninja", "usesPresets": false,...

bug
debugger