vscode-cpptools
vscode-cpptools copied to clipboard
docs: add LLDB crash workaround and issue reference
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 node-gyp.
Changes Made
- Added workaround instructions in README
- Reference to the related issue: #13496
Related Issue
Fixes #13496
Tested locally on macOS. Ready for review.