vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
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...
* 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...
### 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...
### 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....
### 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...
### 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...
### 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...
# 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...
### 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): -...
### Brief Issue Summary  ### 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,...