vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Environment - OS and Version: Windows 11 Enterprise 23H2 - VS Code Version: 1.100.3 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote machine:...
## Summary This PR addresses an LLDB crash on macOS caused by unsupported C++20 concepts in certain system environments. The fix avoids concept compilation that leads to build failure with...
This PR removes the `build.cmd` batch file from the `Code Samples/Fib/` folder. Since this file is specific to Windows and Visual Studio environments, removing it helps streamline the repository for...
### Feature Request I couldn't find any issue regarding that before so I apology if it's a duplicate. C23/C++26 added support for `#embed` preprocessor macro, and GCC 15/Clang 19 implemented...
Type: Bug Crash call stack: ``` A C/C++ extension process has crashed. The crashing process name, date/time, signal, and call stack are below -- it would be helpful to include...
Don't approve or check in this PR directly -- there are usually a bunch of issues that need to be fixed.
### Environment - OS and Version: windows11 home 64bit 24h2 - VS Code Version: 1.101.0 - C/C++ Extension Version: 1.25.3 - If using SSH remote, specify OS of remote machine:...
1. Set mergeConfigurations to true in c_cpp_properties.json with a configurationProvider set (e.g. "configurationProvider": "ms-vscode.cmake-tools"). 2. Change one of the mergeable properties in c_cpp_properties.json like a define in defines. 3. Check...