vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
Opening to track some internal work - part of code base unification. This includes replacing uses of `lex_document_to_line` with use of cached lexer state, and using the cached lexer state...
**Type: LanguageService** This is a feature request. **Describe the bug** - OS and Version: Ubuntu 20.04 - VS Code Version: 1.53.2 - C/C++ Extension Version: v1.2.1 - Other extensions you...
It works with Insiders VS Code and with 1.22.4 with non-Insiders VS Code (but 1.22.4 doesn't work with Insiders VS Code). 
### Environment - OS and version: Windows - VS Code: 1.93 - C/C++ extension: 1.21.6 - OS and version of remote machine (if applicable): N/A - GDB / LLDB version:...
### Environment - OS and version: Windows Server 2022 Datacenter 21H2 - VS Code: 1.93 - C/C++ extension: 1.21.6 - OS and version of remote machine (if applicable): N/A -...
### Environment - OS and version: RHEL 8.10 - VS Code: 1.93.1 - C/C++ extension: cppdbg - OS and version of remote machine (if applicable): RHEL 8.4 - GDB /...
### Environment - OS and Version: - VS Code Version: - C/C++ Extension Version: - If using SSH remote, specify OS of remote machine: ### Bug Summary and Steps to...
### Environment - OS and version: macOS 15.5 (Build 24F74) - VS Code: 1.90.0 - C/C++ extension: 1.19.9 - OS and version of remote machine (if applicable): Not applicable -...
When setting a breakpoint in a file with a particular name, breakpoints are set in all files with that file name at the same line. I saw #977 where the...