vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
when i am trying to use gcc with minGW on the 6th step it gives me these errors: error: GPGME error: System error w/o errno error: GPGME error: Resource temporarily...
### Environment - OS and Version: Microsoft Windows 11 [Version 10.0.26200.7171] - VS Code Version: 1.106.2 - C/C++ Extension Version: Version 1.28.3: October 16, 2025 - If using SSH remote,...
### Environment Version: 1.102.3 Commit: 488a1f239235055e34e673291fb8d8c810886f81 Date: 2025-07-29T03:00:23.339Z Electron: 35.6.0 ElectronBuildId: 11847422 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Darwin x64 23.6.0 -------- Diagnostics - 2025/10/12 11:38:35 Version: 1.26.5 Current...
### Feature Request For some debugging situations, it is needed to manually change register value such as SP/LR and tried to recover callstack. Or sometimes we might load symbols after...
Type: Feature Request You are standing here: press enter you would expect next line to be added into a block, **as in Ecliple** but you get no auto closing Extension...
### Environment - OS and Version: Windows 11 x64 Pro 25H2 - VS Code Version: 1.101.5 - C/C++ Version: 1.28.3 - C/C++ Extension Version: 1.3.1 - Meson Extension Version: 1.27.0...
### Environment - OS and version: MacOS Sequoia 15.7.1 (24G231) - VS Code: 1.106.1 - C/C++ extension: 1.28.3 - OS and version of remote machine (if applicable): - - GDB...
### Environment - OS and version: Windows 10 - VS Code: 1.106.0 system setup - C/C++ extension: 1.28.3 - OS and version of remote machine (if applicable): - GDB /...
Bug type: Debugger **Describe the bug** - OS and Version: `Fedora 34` - VS Code Version: `1.59.0` - C/C++ Extension Version: `v1.5.1` and `v1.6.0-insiders3` - Other extensions you installed (and...
This PR addresses issue #13732 by refactoring the multithreaded sample to use C++11 instead of pthreads. ✅ Highlights: - Replaced platform-specific pthread code with std::thread - Improved thread safety using...