From 5fe10af9a5210a9eb95fddea7e9cec768d043f05 Mon Sep 17 00:00:00 2001 From: Antony Southworth <81115196+antonysouthworth-halter@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:14:36 +1200 Subject: [PATCH] Document build options for Clangd configuration --- docs/user-defined-ls/clangd.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-defined-ls/clangd.md b/docs/user-defined-ls/clangd.md index 7bf9679da..f26c81210 100644 --- a/docs/user-defined-ls/clangd.md +++ b/docs/user-defined-ls/clangd.md @@ -9,3 +9,10 @@ and *.c, *.h support should be available. ![Clangd template](../images/user-defined-ls/clangd/select_template.png) + +## Setting "build" options + +Often need to specify e.g. `-I` for your build and you therefore must tell `clangd` about it. +To do this: + +????