79802083

Date: 2025-10-27 17:23:19
Score: 0.5
Natty:
Report link

Specify the path to compile_commands.json in .vscode/settings.json :

"clangd.arguments": [
    "--compile-commands-dir=build"
]

In this example, build is a local folder in the project root directory.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: xissburg