vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

docs: add LLDB crash workaround and issue reference

Open Subham-KRLX opened this issue 5 months ago • 3 comments

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.

Subham-KRLX avatar Jun 15 '25 04:06 Subham-KRLX